wok diff gpgme/receipt @ rev 15016
quesoglc: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 11 14:38:21 2013 +0000 (2013-08-11) |
parents | b7319995b37e |
children | e10edbeeabb4 |
line diff
1.1 --- a/gpgme/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/gpgme/receipt Sun Aug 11 14:38:21 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL" 1.11 @@ -25,6 +26,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.16 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.17 } 1.18