wok-4.x rev 11285
perl-libwww: Clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 10 14:56:54 2011 +0000 (2011-11-10) |
parents | ac9407cd113b |
children | dec5c3a2000c |
files | perl-libwww/receipt |
line diff
1.1 --- a/perl-libwww/receipt Thu Nov 10 14:55:14 2011 +0000 1.2 +++ b/perl-libwww/receipt Thu Nov 10 14:56:54 2011 +0000 1.3 @@ -9,15 +9,16 @@ 1.4 BUILD_DEPENDS="perl $DEPENDS" 1.5 SOURCE="libwww-perl" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://search.cpan.org/dist/$SOURCE/" 1.8 +WEB_SITE="http://search.cpan.org/dist/libwww-perl/" 1.9 WGET_URL="http://www.cpan.org/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 cd $src 1.15 - perl Makefile.PL 1.16 - make && make DESTDIR=$PWD/_pkg install 1.17 + perl Makefile.PL && 1.18 + make && 1.19 + make DESTDIR=$DESTDIR install 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 @@ -27,4 +28,3 @@ 1.24 cp -a $_pkg/usr/bin $fs/usr 1.25 cp -a $_pkg/usr/lib $fs/usr 1.26 } 1.27 -