wok rev 6774
Fixed gpgme to compile in clean chroot.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 18 04:07:50 2010 +0000 (2010-10-18) |
parents | 48ff926cffa1 |
children | c419c462ce09 |
files | gpgme-dev/receipt gpgme/receipt |
line diff
1.1 --- a/gpgme-dev/receipt Mon Oct 18 03:37:33 2010 +0000 1.2 +++ b/gpgme-dev/receipt Mon Oct 18 04:07:50 2010 +0000 1.3 @@ -6,12 +6,9 @@ 1.4 SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="gpgme" 1.7 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.8 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.9 WANTED="gpgme" 1.10 1.11 - 1.12 - 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {
2.1 --- a/gpgme/receipt Mon Oct 18 03:37:33 2010 +0000 2.2 +++ b/gpgme/receipt Mon Oct 18 04:07:50 2010 +0000 2.3 @@ -5,8 +5,8 @@ 2.4 CATEGORY="security" 2.5 SHORT_DESC="C language library that allows to add support for cryptography to a program." 2.6 MAINTAINER="erjo@slitaz.org" 2.7 -DEPENDS="libgpg-error pth" 2.8 -BUILD_DEPENDS="libgpg-error-dev libgpg-error" 2.9 +DEPENDS="libgpg-error pth gnupg" 2.10 +BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg" 2.11 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.12 WEB_SITE="http://www.gnupg.org/gpgme.html" 2.13 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL"