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

ploticus (2.42)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 18 17:19:51 2017 +0100 (2017-11-18)
parents 5602003ffd84
children 90a5eb560fd6
line diff
     1.1 --- a/perl-xml-parser/receipt	Thu Jun 08 15:34:29 2017 +0300
     1.2 +++ b/perl-xml-parser/receipt	Sat Nov 18 17:19:51 2017 +0100
     1.3 @@ -12,7 +12,8 @@
     1.4  TARBALL="XML-Parser-$VERSION.tar.gz"
     1.5  WGET_URL="https://cpan.metacpan.org/authors/id/T/TO/TODDR/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="perl-dev perl-libwww-perl expat-dev"
     1.8 +DEPENDS="perl-libwww-perl expat"
     1.9 +BUILD_DEPENDS="$DEPENDS perl-dev expat-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13 @@ -27,5 +28,4 @@
    1.14  genpkg_rules()
    1.15  {
    1.16  	copy @std
    1.17 -	DEPENDS="perl-libwww-perl expat"
    1.18  }