wok-next diff perl-package-stash-xs/receipt @ rev 21264

updated firefox-official (69.0 -> 71.0)
author Hans-G?nter Theisgen
date Fri Dec 06 15:46:28 2019 +0100 (2019-12-06)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-package-stash-xs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-package-stash-xs/receipt	Fri Dec 06 15:46:28 2019 +0100
     1.3 @@ -1,29 +1,23 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7 +ORIGIN="Package-Stash-XS"
     1.8  PACKAGE="perl-package-stash-xs"
     1.9  VERSION="0.28"
    1.10 +AUTHOR="DOY"
    1.11  CATEGORY="perl"
    1.12  SHORT_DESC="Package::Stash::XS - faster and more correct implementation of the \
    1.13  Package::Stash API"
    1.14  MAINTAINER="al.bobylev@gmail.com"
    1.15  LICENSE="GPL"
    1.16 -WEB_SITE="https://metacpan.org/release/Package-Stash-XS"
    1.17 -REPOLOGY="perl:package-stash-xs"
    1.18 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="Package-Stash-XS-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DO/DOY/$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-dev"
    1.27 +DEPENDS_std="perl"
    1.28 +BUILD_DEPENDS="$DEPENDS_std perl-dev"
    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 -}