wok rev 12347

Up: gnupg to 2.0.19.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 10:16:12 2012 +0000 (2012-04-19)
parents ebbdf9efbfdf
children 0e7a8e01fa4f
files gnupg/receipt
line diff
     1.1 --- a/gnupg/receipt	Thu Apr 19 10:14:42 2012 +0000
     1.2 +++ b/gnupg/receipt	Thu Apr 19 10:16:12 2012 +0000
     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/*