wok-6.x rev 11840
perl-html-parser: Sync with wok-tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Feb 27 01:06:36 2012 -0500 (2012-02-27) |
parents | 67b9bb1ef520 |
children | df423c5eb012 |
files | perl-html-parser/receipt |
line diff
1.1 --- a/perl-html-parser/receipt Mon Feb 27 01:05:37 2012 -0500 1.2 +++ b/perl-html-parser/receipt Mon Feb 27 01:06:36 2012 -0500 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.