wok-next diff perl-html-parser/receipt @ rev 12868
Up: ario to 1.5.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 24 21:36:22 2012 +0000 (2012-05-24) |
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 May 24 21:36:22 2012 +0000 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.