wok-current diff libgcrypt/receipt @ rev 15761
Up tazpkg (5.1.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 05 17:57:45 2014 +0100 (2014-01-05) |
parents | dd79d89b45c1 |
children | 13f7bca6b626 |
line diff
1.1 --- a/libgcrypt/receipt Sat Nov 02 21:09:55 2013 +0100 1.2 +++ b/libgcrypt/receipt Sun Jan 05 17:57:45 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Cryptographic library based on GnuPG" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2 LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnupg.org/" 1.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$TARBALL" 1.11 @@ -28,6 +29,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/bin $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin/dumpsexp $fs/usr/bin 1.16 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.17 + cp -a $install/usr/bin/dumpsexp $fs/usr/bin 1.18 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.19 }