wok-next view perl-datetime-format-strptime/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-strptime"
4 VERSION="1.75"
5 CATEGORY="perl"
6 SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \
7 patterns"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://metacpan.org/release/DateTime-Format-Strptime"
11 REPOLOGY="perl:datetime-format-strptime"
13 TARBALL="DateTime-Format-Strptime-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 BUILD_DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \
17 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
18 perl-try-tiny perl-test-warnings"
20 compile_rules() {
21 perl Makefile.PL &&
22 make &&
23 make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \
31 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
32 perl-try-tiny"
33 }