wok-next diff perl-module-implementation/receipt @ rev 21040

mariadb 10.3.10 (again)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 09 09:48:29 2018 +0200 (2018-11-09)
parents 4e6503d7a19f
children f17e1f86f546
line diff
     1.1 --- a/perl-module-implementation/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-module-implementation/receipt	Fri Nov 09 09:48:29 2018 +0200
     1.3 @@ -1,11 +1,11 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-module-implementation"
     1.8  VERSION="0.09"
     1.9  CATEGORY="perl"
    1.10  SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \
    1.11  implementations for a module"
    1.12 -MAINTAINER="nneul@neulinger.org"
    1.13 +MAINTAINER="devel@slitaz.org"
    1.14  LICENSE="GPL"
    1.15  WEB_SITE="https://metacpan.org/release/Module-Implementation"
    1.16  REPOLOGY="perl:module-implementation"
    1.17 @@ -13,20 +13,18 @@
    1.18  TARBALL="Module-Implementation-$VERSION.tar.gz"
    1.19  WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
    1.20  
    1.21 -DEPENDS="perl-module-runtime perl-try-tiny"
    1.22 -BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-requires"
    1.23 +BUILD_DEPENDS="perl-module-runtime perl-try-tiny perl-test-fatal \
    1.24 +perl-test-requires"
    1.25  
    1.26 -# Rules to configure and make the package.
    1.27 -compile_rules()
    1.28 -{
    1.29 +compile_rules() {
    1.30  	perl Makefile.PL &&
    1.31 -	make && make DESTDIR=$install install &&
    1.32 +	make &&
    1.33 +	make DESTDIR=$install install &&
    1.34  
    1.35  	chmod -R u+w $install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 +genpkg_rules() {
    1.42  	copy @std
    1.43 +	DEPENDS="perl-module-runtime perl-try-tiny"
    1.44  }