wok-next diff gpgme/receipt @ rev 1864
Fix: tls DEPENDS.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Tue Dec 16 01:40:23 2008 +0100 (2008-12-16) |
parents | ba812064b9f2 |
children | 6f500409e5bf |
line diff
1.1 --- a/gpgme/receipt Thu Sep 25 20:17:02 2008 +0200 1.2 +++ b/gpgme/receipt Tue Dec 16 01:40:23 2008 +0100 1.3 @@ -8,7 +8,7 @@ 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="libgpg-error" 1.7 -BUILD_DEPENDS="libgpg-error-dev" 1.8 +BUILD_DEPENDS="libgpg-error-dev libgpg-error" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.11 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL"