wok-next diff perl-class-data-inheritable/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/perl-class-data-inheritable/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/perl-class-data-inheritable/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -1,28 +1,23 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 +ORIGIN="Class-Data-Inheritable" 1.7 PACKAGE="perl-class-data-inheritable" 1.8 VERSION="0.08" 1.9 +AUTHOR="TMTM" 1.10 CATEGORY="perl" 1.11 SHORT_DESC="Class::Data::Inheritable - Inheritable, overridable class data" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 -LICENSE="GPL" 1.14 -WEB_SITE="https://metacpan.org/release/Class-Data-Inheritable" 1.15 -REPOLOGY="perl:class-data-inheritable" 1.16 +LICENSE="Perl" 1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN" 1.18 +HOST_ARCH="any" 1.19 +REPOLOGY="${PACKAGE/-/:}" 1.20 1.21 -TARBALL="Class-Data-Inheritable-$VERSION.tar.gz" 1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/T/TM/TMTM/$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" 1.27 +DEPENDS_std="perl" 1.28 +BUILD_DEPENDS="$DEPENDS_std" 1.29 1.30 compile_rules() { 1.31 - perl Makefile.PL && 1.32 - make && 1.33 - make DESTDIR=$install install && 1.34 - 1.35 - chmod -R u+w $install 1.36 + cook_perl 1.37 } 1.38 - 1.39 -genpkg_rules() { 1.40 - copy @std 1.41 - DEPENDS="perl" 1.42 -}