wok-4.x rev 9013
Fixed perl-xml-entities.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 12:54:08 2011 +0000 (2011-03-03) |
parents | 22165a2fb1b5 |
children | a7117fdf01ec |
files | perl-xml-entities/receipt |
line diff
1.1 --- a/perl-xml-entities/receipt Thu Mar 03 12:49:02 2011 +0000 1.2 +++ b/perl-xml-entities/receipt Thu Mar 03 12:54:08 2011 +0000 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 &&