wok-next diff perl-www-robotrules/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 1a86cb99cbbf
children 4e6503d7a19f
line diff
     1.1 --- a/perl-www-robotrules/receipt	Thu May 11 02:23:02 2017 +0300
     1.2 +++ b/perl-www-robotrules/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="perl-www-robotrules"
     1.8  VERSION="6.02"
     1.9 @@ -11,20 +11,16 @@
    1.10  TARBALL="WWW-RobotRules-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/G/GA/GAAS/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl-uri"
    1.14 -BUILD_DEPENDS="$DEPENDS"
    1.15 +BUILD_DEPENDS="perl-uri"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	perl Makefile.PL &&
    1.22  	make && make DESTDIR=$install install &&
    1.23  
    1.24  	chmod -R u+w $install
    1.25  }
    1.26  
    1.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 -genpkg_rules()
    1.29 -{
    1.30 +genpkg_rules() {
    1.31  	copy @std
    1.32 +	DEPENDS="perl-uri"
    1.33  }