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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 1a86cb99cbbf
children 44d2daaccb67
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-datetime"
4 VERSION="1.42"
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"
11 TARBALL="DateTime-$VERSION.tar.gz"
12 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
14 DEPENDS="perl-datetime-locale perl-datetime-timezone perl-dist-checkconflicts \
15 perl-namespace-autoclean perl-params-validationcompiler perl-specio \
16 perl-try-tiny"
17 BUILD_DEPENDS="$DEPENDS perl-dev perl-cpan-meta-check perl-test-warnings"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 perl Makefile.PL &&
23 make && make DESTDIR=$install install &&
25 chmod -R u+w $install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 copy @std
32 }