wok-next diff perl-params-validationcompiler/receipt @ rev 21068

Rebuild Perl modules
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Dec 11 23:38:35 2018 +0200 (2018-12-11)
parents d5aab818505e
children
line diff
     1.1 --- a/perl-params-validationcompiler/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/perl-params-validationcompiler/receipt	Tue Dec 11 23:38:35 2018 +0200
     1.3 @@ -1,30 +1,25 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6 +ORIGIN="Params-ValidationCompiler"
     1.7  PACKAGE="perl-params-validationcompiler"
     1.8  VERSION="0.30"
     1.9 +AUTHOR="DROLSKY"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Params::ValidationCompiler - Build an optimized subroutine \
    1.12  parameter validator once, use it forever"
    1.13  MAINTAINER="al.bobylev@gmail.com"
    1.14  LICENSE="GPL"
    1.15 -WEB_SITE="https://metacpan.org/release/Params-ValidationCompiler"
    1.16 -REPOLOGY="perl:params-validationcompiler"
    1.17 +WEB_SITE="https://metacpan.org/release/$ORIGIN"
    1.18 +HOST_ARCH="any"
    1.19 +REPOLOGY="${PACKAGE/-/:}"
    1.20  
    1.21 -TARBALL="Params-ValidationCompiler-$VERSION.tar.gz"
    1.22 -WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$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-eval-closure perl-exception-class perl-specio \
    1.27 -perl-test2-suite perl-test2-plugin-nowarnings perl-test-without-module"
    1.28 +DEPENDS_std="perl-eval-closure perl-exception-class"
    1.29 +BUILD_DEPENDS="$DEPENDS_std perl-specio perl-test2-suite \
    1.30 +perl-test2-plugin-nowarnings perl-test-without-module"
    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-eval-closure perl-exception-class"
    1.44 -}