wok-next diff perl-carp-clan/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-carp-clan/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-carp-clan/receipt	Sun Jun 21 17:20:25 2020 +0100
     1.3 @@ -1,29 +1,24 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Carp-Clan"
     1.7  PACKAGE="perl-carp-clan"
     1.8 -VERSION="6.06"
     1.9 +VERSION="6.07"
    1.10 +AUTHOR="ETHER"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="Carp::Clan - Report errors from perspective of caller of a \
    1.13 -\"clan\" of modules"
    1.14 +'clan' of modules"
    1.15  MAINTAINER="devel@slitaz.org"
    1.16 -LICENSE="GPL"
    1.17 -WEB_SITE="https://metacpan.org/release/Carp-Clan"
    1.18 -REPOLOGY="perl:carp-clan"
    1.19 +LICENSE="Perl"
    1.20 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.21 +HOST_ARCH="any"
    1.22 +REPOLOGY="${PACKAGE/-/:}"
    1.23  
    1.24 -TARBALL="Carp-Clan-$VERSION.tar.gz"
    1.25 -WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
    1.26 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.27 +WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
    1.28  
    1.29 -BUILD_DEPENDS="perl-test-exception"
    1.30 +DEPENDS_std="perl-test-exception"
    1.31 +BUILD_DEPENDS="$DEPENDS_std"
    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-test-exception"
    1.45 -}