wok-stable diff perl-xml-entities/receipt @ rev 9624

Update tazweb (1.3) - New search entry, user agent string, zoom functions, downloads and more!
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 24 00:51:21 2011 +0200 (2011-04-24)
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 Apr 24 00:51:21 2011 +0200
     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 &&