wok-next diff perl-xml-parser/receipt @ rev 2669
Patch libmad-dev for mad.pc
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun Apr 19 10:06:47 2009 +0000 (2009-04-19) |
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 Sun Apr 19 10:06:47 2009 +0000 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