wok-next diff perl-datetime-timezone/receipt @ rev 21505
updated audit (2.8.4 -> 2.8.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 19 07:56:59 2020 +0100 (2020-06-19) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-datetime-timezone/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-datetime-timezone/receipt Fri Jun 19 07:56:59 2020 +0100 1.3 @@ -1,31 +1,24 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 +ORIGIN="DateTime-TimeZone" 1.7 PACKAGE="perl-datetime-timezone" 1.8 -VERSION="2.19" 1.9 +VERSION="2.21" 1.10 +AUTHOR="DROLSKY" 1.11 CATEGORY="perl" 1.12 SHORT_DESC="DateTime::TimeZone - Time zone object base class and factory" 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL" 1.15 -WEB_SITE="https://metacpan.org/release/DateTime-TimeZone" 1.16 -REPOLOGY="perl:datetime-timezone" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 +HOST_ARCH="any" 1.19 +REPOLOGY="${PACKAGE/-/:}" 1.20 1.21 -TARBALL="DateTime-TimeZone-$VERSION.tar.gz" 1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL" 1.23 +TARBALL="$ORIGIN-$VERSION.tar.gz" 1.24 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL" 1.25 1.26 -BUILD_DEPENDS="perl-class-singleton perl-module-runtime \ 1.27 -perl-namespace-autoclean perl-params-validationcompiler perl-specio \ 1.28 -perl-try-tiny perl-test-requires" 1.29 +DEPENDS_std="perl-class-singleton perl-module-runtime perl-namespace-autoclean \ 1.30 +perl-params-validationcompiler perl-specio perl-try-tiny" 1.31 +BUILD_DEPENDS="$DEPENDS_std perl-test-requires" 1.32 1.33 compile_rules() { 1.34 - perl Makefile.PL && 1.35 - make && 1.36 - make DESTDIR=$install install && 1.37 - 1.38 - chmod -R u+w $install 1.39 + cook_perl 1.40 } 1.41 - 1.42 -genpkg_rules() { 1.43 - copy @std 1.44 - DEPENDS="perl-class-singleton perl-module-runtime perl-namespace-autoclean \ 1.45 - perl-params-validationcompiler perl-specio perl-try-tiny" 1.46 -}