wok diff perl-xml-parser/receipt @ rev 4246
poppler: fix *DEPENDS and split qt4 libs (add poppler-qt4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Sep 24 23:04:14 2009 +0200 (2009-09-24) |
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 Thu Sep 24 23:04:14 2009 +0200 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