wok-stable rev 6329

Up: gnupg to 2.0.16. gpgme, gpgme-dev to 1.3.0. libassuan to 2.0.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 17 18:47:50 2010 +0000 (2010-09-17)
parents 70481e96437f
children 5f04c6d8da47
files gnupg/receipt gpgme-dev/receipt gpgme/receipt libassuan/receipt
line diff
     1.1 --- a/gnupg/receipt	Fri Sep 17 18:02:43 2010 +0000
     1.2 +++ b/gnupg/receipt	Fri Sep 17 18:47:50 2010 +0000
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gnupg"
     1.7 -VERSION="2.0.13"
     1.8 +VERSION="2.0.16"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Free implementation of the OpenPGP."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  DEPENDS="libusb bzlib libcurl openssl readline zlib libgpg-error pth libksba \
    1.13  libgcrypt"
    1.14 -BUILD_DEPENDS="libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev
    1.15 -pth-dev libassuan libksba-dev"
    1.16 +BUILD_DEPENDS="$DEPENDS libusb-dev openssl-dev readline-dev zlib-dev libgpg-error-dev
    1.17 +pth-dev libgcrypt-dev libassuan libksba-dev pkg-config"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19  WEB_SITE="http://www.gnupg.org/"
    1.20  WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL"
     2.1 --- a/gpgme-dev/receipt	Fri Sep 17 18:02:43 2010 +0000
     2.2 +++ b/gpgme-dev/receipt	Fri Sep 17 18:47:50 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gpgme-dev"
     2.7 -VERSION="1.1.8"
     2.8 +VERSION="1.3.0"
     2.9  CATEGORY="security"
    2.10  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    2.11  MAINTAINER="erjo@slitaz.org"
     3.1 --- a/gpgme/receipt	Fri Sep 17 18:02:43 2010 +0000
     3.2 +++ b/gpgme/receipt	Fri Sep 17 18:47:50 2010 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="gpgme"
     3.7 -VERSION="1.1.8"
     3.8 +VERSION="1.3.0"
     3.9  CATEGORY="security"
    3.10  SHORT_DESC="C language library that allows to add support for cryptography to a program."
    3.11  MAINTAINER="erjo@slitaz.org"
     4.1 --- a/libassuan/receipt	Fri Sep 17 18:02:43 2010 +0000
     4.2 +++ b/libassuan/receipt	Fri Sep 17 18:47:50 2010 +0000
     4.3 @@ -1,14 +1,15 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="libassuan"
     4.7 -VERSION="1.0.5"
     4.8 +VERSION="2.0.1"
     4.9  CATEGORY="security"
    4.10  SHORT_DESC="IPC library used by some of the other GnuPG related packages."
    4.11  MAINTAINER="pankso@slitaz.org"
    4.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.13  WEB_SITE="http://www.gnupg.org/"
    4.14  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
    4.15 -BUILD_DEPENDS="python"	# do not skip /usr/lib/libassuan-pth.a
    4.16 +DEPENDS="libgpg-error"
    4.17 +BUILD_DEPENDS="python libgpg-error-dev pkg-config"	# do not skip /usr/lib/libassuan-pth.a
    4.18  
    4.19  # Rules to configure and make the package.
    4.20  compile_rules()