wok-next view perl-datetime/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 44d2daaccb67
children 701a4b1784b6
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime"
4 VERSION="1.49"
5 CATEGORY="perl"
6 SHORT_DESC="DateTime - A date and time object for Perl"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/DateTime"
10 REPOLOGY="perl:datetime"
12 TARBALL="DateTime-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
15 DEPENDS="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \
16 perl-namespace-autoclean perl-params-validationcompiler perl-specio \
17 perl-try-tiny"
18 BUILD_DEPENDS="$DEPENDS perl-dev perl-cpan-meta-check 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 }