wok rev 9941

gnupg: Change deps. We just need libssl
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed May 18 12:03:30 2011 +0200 (2011-05-18)
parents 094af656a8ff
children 2eda444acede
files gnupg/receipt
line diff
     1.1 --- a/gnupg/receipt	Wed May 18 09:38:31 2011 +0200
     1.2 +++ b/gnupg/receipt	Wed May 18 12:03:30 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  {