wok diff perl-xml-entities/receipt @ rev 9145
Trying to fix VINRUNTIMEDIR (Thanks kans)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Mar 06 22:02:23 2011 +0100 (2011-03-06) |
parents | ad786a87b22e |
children | fe7e875f7d99 |
line diff
1.1 --- a/perl-xml-entities/receipt Tue Mar 01 16:28:33 2011 +0100 1.2 +++ b/perl-xml-entities/receipt Sun Mar 06 22:02:23 2011 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="XML::Entities module is a Perl extension." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 DEPENDS="perl" 1.7 -BUILD_DEPENDS="perl perl-lwp-useragent perl-URI" 1.8 +BUILD_DEPENDS="perl perl-lwp-useragent perl-uri" 1.9 SOURCE="XML-Entities" 1.10 TARBALL="$SOURCE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.cpan.org/modules/" 1.12 @@ -15,7 +15,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - mv $SOURCE $src 2> /dev/null 1.17 cd $src 1.18 perl Makefile.PL && 1.19 make &&