wok diff perl-xml-parser/receipt @ rev 4677

Up: intltool (0.40.6)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Dec 30 10:26:31 2009 +0100 (2009-12-30)
parents 564e60fb4085
children 188d10b4d952
line diff
     1.1 --- a/perl-xml-parser/receipt	Tue Jul 08 00:29:17 2008 +0200
     1.2 +++ b/perl-xml-parser/receipt	Wed Dec 30 10:26:31 2009 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="XML::Parser module is a Perl extension interface to XML expat."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="perl"
     1.8 +DEPENDS="perl expat"
     1.9  BUILD_DEPENDS="perl expat-dev"
    1.10  SOURCE="XML-Parser"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12 @@ -16,8 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	perl Makefile.PL
    1.17 -	make
    1.18 +	perl Makefile.PL &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22