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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 2dbc3b12b9ce
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime-format-strptime"
4 VERSION="1.73"
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"
12 TARBALL="DateTime-Format-Strptime-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
15 DEPENDS="perl-datetime perl-datetime-locale perl-datetime-timezone \
16 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
17 perl-try-tiny"
18 BUILD_DEPENDS="$DEPENDS perl-test-warnings"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 perl Makefile.PL &&
24 make && make DESTDIR=$install install &&
26 chmod -R u+w $install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 copy @std
33 }