wok-next diff perl-xml-parser/receipt @ rev 20734

nut: update (b)deps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 18:57:36 2018 +0300 (2018-05-29)
parents bc6672455954
children 4e6503d7a19f
line diff
     1.1 --- a/perl-xml-parser/receipt	Thu Jun 15 02:59:24 2017 +0300
     1.2 +++ b/perl-xml-parser/receipt	Tue May 29 18:57:36 2018 +0300
     1.3 @@ -7,25 +7,22 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL"
     1.6  WEB_SITE="https://metacpan.org/release/XML-Parser"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/xml-parser.html"
     1.9  
    1.10  TARBALL="XML-Parser-$VERSION.tar.gz"
    1.11  WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
    1.12  
    1.13 -DEPENDS="perl-libwww-perl expat"
    1.14 -BUILD_DEPENDS="$DEPENDS perl-dev expat-dev"
    1.15 +BUILD_DEPENDS="perl-libwww-perl expat perl-dev expat-dev"
    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-libwww-perl expat"
    1.33 +	TAGS="LFS"
    1.34  }