wok-next diff perl-common-sense/receipt @ rev 21289

updated gnuradio again (3.7.8 -> 3.8.0.0)
author Hans-G?nter Theisgen
date Sun Dec 08 12:33:53 2019 +0100 (2019-12-08)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-common-sense/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-common-sense/receipt	Sun Dec 08 12:33:53 2019 +0100
     1.3 @@ -1,28 +1,24 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7 +ORIGIN="common-sense"
     1.8  PACKAGE="perl-common-sense"
     1.9  VERSION="3.74"
    1.10 +AUTHOR="MLEHMANN"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="common::sense - save a tree AND a kitten, use common::sense!"
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14 -LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/common-sense"
    1.16 -REPOLOGY="perl:common-sense"
    1.17 +LICENSE="GPL" # metacpan: unknown
    1.18 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="common-sense-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/$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 +COOKOPTS="force-arch" # architecture-dependent paths
    1.31  
    1.32  compile_rules() {
    1.33 -	perl Makefile.PL &&
    1.34 -	make &&
    1.35 -	make DESTDIR=$install install &&
    1.36 -
    1.37 -	chmod -R u+w $install
    1.38 +	cook_perl
    1.39  }
    1.40 -
    1.41 -genpkg_rules() {
    1.42 -	copy @std
    1.43 -	DEPENDS="perl"
    1.44 -}