wok-next diff perl-test-requiresinternet/receipt @ rev 20488

palemoon: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 12 11:00:54 2018 +0100 (2018-03-12)
parents 1a86cb99cbbf
children 4e6503d7a19f
line diff
     1.1 --- a/perl-test-requiresinternet/receipt	Thu May 11 02:23:02 2017 +0300
     1.2 +++ b/perl-test-requiresinternet/receipt	Mon Mar 12 11:00:54 2018 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-test-requiresinternet"
     1.8  VERSION="0.05"
     1.9 @@ -11,20 +11,16 @@
    1.10  TARBALL="Test-RequiresInternet-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/M/MA/MALLEN/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl"
    1.14  BUILD_DEPENDS="perl"
    1.15  
    1.16 -# Rules to configure and make the package.
    1.17 -compile_rules()
    1.18 -{
    1.19 +compile_rules() {
    1.20  	perl Makefile.PL &&
    1.21  	make && make DESTDIR=$install install &&
    1.22  
    1.23  	chmod -R u+w $install
    1.24  }
    1.25  
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 +genpkg_rules() {
    1.30  	copy @std
    1.31 +	DEPENDS="perl"
    1.32  }