wok diff gnupg/receipt @ rev 13040
Add libconfig
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 15 12:26:21 2012 +0200 (2012-06-15) |
parents | ea7ba52ef854 |
children | 2b9f96603415 |
line diff
1.1 --- a/gnupg/receipt Wed May 25 01:08:18 2011 +0200 1.2 +++ b/gnupg/receipt Fri Jun 15 12:26:21 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnupg" 1.7 -VERSION="2.0.17" 1.8 +VERSION="2.0.19" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Free implementation of the OpenPGP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -12,7 +12,7 @@ 1.13 DEPENDS="libusb-compat bzlib libcurl libssl readline zlib libgpg-error \ 1.14 pth libksba libgcrypt libassuan pinentry" 1.15 BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev \ 1.16 -pth-dev libusb-compat-dev linux-module-headers" 1.17 +pth-dev libusb-compat-dev zlib-dev" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 @@ -31,7 +31,7 @@ 1.22 mkdir -p $fs/usr/share 1.23 cp -a $_pkg/usr/bin $fs/usr 1.24 cp -a $_pkg/usr/lib $fs/usr 1.25 - ln -s gpg2 $fs/usr/bin/gpg 1.26 + ln -sf gpg2 $fs/usr/bin/gpg 1.27 cp -a $_pkg/usr/share/gnupg $fs/usr/share 1.28 # Chmod for gnup-zip 1.29 chmod 755 $fs/usr/bin/*