wok diff perl-xml-simple/receipt @ rev 4317
Codeblocks: hack for new glib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 29 10:37:40 2009 +0200 (2009-09-29) |
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 Tue Sep 29 10:37:40 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