wok-6.x diff gnupg/receipt @ rev 17252
claws-mail: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 19 14:21:26 2014 +0200 (2014-10-19) |
parents | 30ee9bc1b81a |
children | 3b8a7f962bd0 |
line diff
1.1 --- a/gnupg/receipt Thu Apr 19 10:16:12 2012 +0000 1.2 +++ b/gnupg/receipt Sun Oct 19 14:21:26 2014 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Free implementation of the OpenPGP." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnupg.org/" 1.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 1.11 @@ -29,10 +30,10 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 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 ln -sf gpg2 $fs/usr/bin/gpg 1.20 - cp -a $_pkg/usr/share/gnupg $fs/usr/share 1.21 + cp -a $install/usr/share/gnupg $fs/usr/share 1.22 # Chmod for gnup-zip 1.23 chmod 755 $fs/usr/bin/* 1.24 }