wok diff perl-xml-simple/receipt @ rev 2713

Up ffmpeg-dev (18664)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 23 09:39:12 2009 +0200 (2009-04-23)
parents 17a39e4461e4
children 2d12ebd38be4
line diff
     1.1 --- a/perl-xml-simple/receipt	Wed Feb 13 14:06:08 2008 +0100
     1.2 +++ b/perl-xml-simple/receipt	Thu Apr 23 09:39:12 2009 +0200
     1.3 @@ -6,6 +6,7 @@
     1.4  SHORT_DESC="XML::Simple module is used to read and write XML."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="perl"
     1.7 +BUILD_DEPENDS="perl"
     1.8  SOURCE="XML-Simple"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://cpan.org/"
    1.11 @@ -15,8 +16,8 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 -	perl Makefile.PL
    1.16 -	make
    1.17 +	perl Makefile.PL &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21