wok-next diff perl-namespace-autoclean/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-namespace-autoclean/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-namespace-autoclean/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,29 +1,23 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 +ORIGIN="namespace-autoclean" 1.8 PACKAGE="perl-namespace-autoclean" 1.9 VERSION="0.28" 1.10 +AUTHOR="ETHER" 1.11 CATEGORY="perl" 1.12 SHORT_DESC="namespace::autoclean - Keep imports out of your namespace" 1.13 MAINTAINER="al.bobylev@gmail.com" 1.14 LICENSE="GPL" 1.15 -WEB_SITE="https://metacpan.org/release/namespace-autoclean" 1.16 -REPOLOGY="perl:namespace-autoclean" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 +HOST_ARCH="any" 1.19 +REPOLOGY="${PACKAGE/-/:}" 1.20 1.21 -TARBALL="namespace-autoclean-$VERSION.tar.gz" 1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$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-b-hooks-endofscope perl-namespace-clean perl-sub-identify \ 1.27 -perl-test-requires" 1.28 +DEPENDS_std="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify" 1.29 +BUILD_DEPENDS="$DEPENDS_std perl-test-requires" 1.30 1.31 compile_rules() { 1.32 - perl Makefile.PL && 1.33 - make && 1.34 - make DESTDIR=$install install && 1.35 - 1.36 - chmod -R u+w $install 1.37 + cook_perl 1.38 } 1.39 - 1.40 -genpkg_rules() { 1.41 - copy @std 1.42 - DEPENDS="perl-b-hooks-endofscope perl-namespace-clean perl-sub-identify" 1.43 -}