wok-next diff perl-test-warn/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 4e6503d7a19f
children d5aab818505e
line diff
     1.1 --- a/perl-test-warn/receipt	Thu Jul 12 18:34:58 2018 +0300
     1.2 +++ b/perl-test-warn/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-test-warn"
     1.8 -VERSION="0.35"
     1.9 +VERSION="0.36"
    1.10  CATEGORY="perl"
    1.11  SHORT_DESC="Test::Warn - Perl extension to test methods for warnings"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13 @@ -12,20 +12,16 @@
    1.14  TARBALL="Test-Warn-$VERSION.tar.gz"
    1.15  WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BIGJ/$TARBALL"
    1.16  
    1.17 -DEPENDS="perl-sub-uplevel"
    1.18 -BUILD_DEPENDS="$DEPENDS"
    1.19 +BUILD_DEPENDS="perl-sub-uplevel"
    1.20  
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 +compile_rules() {
    1.25  	perl Makefile.PL &&
    1.26  	make && make DESTDIR=$install install &&
    1.27  
    1.28  	chmod -R u+w $install
    1.29  }
    1.30  
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 +genpkg_rules() {
    1.35  	copy @std
    1.36 +	DEPENDS="perl-sub-uplevel"
    1.37  }