wok-4.x diff gnupg/receipt @ rev 9972
slang: fix path to lib
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 18:18:42 2011 +0200 (2011-05-18) |
parents | 3e9c5c3cf12e |
children | ea7ba52ef854 |
line diff
1.1 --- a/gnupg/receipt Sun May 15 12:57:23 2011 +0000 1.2 +++ b/gnupg/receipt Wed May 18 18:18:42 2011 +0200 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Free implementation of the OpenPGP." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libusb-compat bzlib libcurl openssl readline zlib libgpg-error pth libksba \ 1.8 -libgcrypt libassuan pinentry" 1.9 -BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev pth-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.gnupg.org/" 1.12 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 1.13 1.14 +DEPENDS="libusb-compat bzlib libcurl libssl readline zlib libgpg-error pth libksba \ 1.15 +libgcrypt libassuan pinentry" 1.16 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev pth-dev" 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {