wok diff perl-html-parser/receipt @ rev 11934

Up: tazpanel (1.4.1) - Bug fix
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 04:54:56 2012 +0100 (2012-03-01)
parents 9c2f7943a358
children 2d12ebd38be4
line diff
     1.1 --- a/perl-html-parser/receipt	Thu Dec 16 09:03:59 2010 +0000
     1.2 +++ b/perl-html-parser/receipt	Thu Mar 01 04:54:56 2012 +0100
     1.3 @@ -9,17 +9,16 @@
     1.4  BUILD_DEPENDS="perl perl-html-tagset"
     1.5  SOURCE="HTML-Parser"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://www.cpan.org/modules/"
     1.8 +WEB_SITE="http://search.cpan.org/~gaas/HTML-Parser/"
     1.9  WGET_URL="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$TARBALL"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	mv $SOURCE $src 2> /dev/null
    1.15  	cd $src
    1.16  	perl Makefile.PL &&
    1.17  	make &&
    1.18 -	make DESTDIR=$PWD/_pkg install
    1.19 +	make DESTDIR=$DESTDIR install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.