wok-6.x diff perl/receipt @ rev 15111
libtdb: no more tdb.mk
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 21:01:32 2013 +0000 (2013-08-14) |
parents | 3c2b3c79f2f3 |
children | 6851dbe3b197 |
line diff
1.1 --- a/perl/receipt Tue May 24 13:47:46 2011 +0000 1.2 +++ b/perl/receipt Wed Aug 14 21:01:32 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Full Perl interpreter and modules." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 DEPENDS="libdb gdbm zlib" 1.10 BUILD_DEPENDS="db gdbm zlib" 1.11 @@ -56,8 +57,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib $fs/usr 1.19 } 1.20 1.21 # Pre install commands for Tazpkg.