wok-next diff perl-sha1/receipt @ rev 13788
spacefm: use tazbox (thanks ernia)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 11:09:31 2013 +0100 (2013-01-05) |
parents | 087a1ee211fc |
children | 2d12ebd38be4 |
line diff
1.1 --- a/perl-sha1/receipt Sun Oct 19 11:13:49 2008 +0000 1.2 +++ b/perl-sha1/receipt Sat Jan 05 11:09:31 2013 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-sha1" 1.7 -VERSION="2.11" 1.8 +VERSION="2.13" 1.9 CATEGORY="development" 1.10 SHORT_DESC=" Digest::SHA1 module is a Perl extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -9,7 +9,7 @@ 1.13 BUILD_DEPENDS="perl" 1.14 SOURCE="Digest-SHA1" 1.15 TARBALL="$SOURCE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://cpan.org/" 1.17 +WEB_SITE="http://search.cpan.org/dist/Digest-SHA1/" 1.18 WGET_URL="http://cpan.org/authors/id/G/GA/GAAS/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 @@ -18,13 +18,13 @@ 1.22 cd $src 1.23 perl Makefile.PL 1.24 make 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $_pkg/usr/lib $fs/usr 1.34 + cp -a $install/usr/lib $fs/usr 1.35 } 1.36