wok diff gnupg/receipt @ rev 17280
Up: udisks2 (2.1.3), libsoup (2.48.0), gvfs (1.22.1). Update gtk+3
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
bdeps. Now almost all gvfs backends works! Split them into separate
packages. And don't forget to add to flavors: gvfs, gvfs-fuse,
gvfs-udisks2 (maybe something more).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Oct 26 19:07:05 2014 +0200 (2014-10-26) |
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 26 19:07:05 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 }