# HG changeset patch # User Eric Joseph-Alexandre # Date 1305713010 -7200 # Node ID d9517c5b07b5056db4b4d440c206364e6f58ee00 # Parent 094af656a8ff7459b7439b46e2b42aa9cc6f0425 gnupg: Change deps. We just need libssl diff -r 094af656a8ff -r d9517c5b07b5 gnupg/receipt --- a/gnupg/receipt Wed May 18 09:38:31 2011 +0200 +++ b/gnupg/receipt Wed May 18 12:03:30 2011 +0200 @@ -5,13 +5,14 @@ CATEGORY="security" SHORT_DESC="Free implementation of the OpenPGP." MAINTAINER="pankso@slitaz.org" -DEPENDS="libusb-compat bzlib libcurl openssl readline zlib libgpg-error pth libksba \ -libgcrypt libassuan pinentry" -BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev pth-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" +DEPENDS="libusb-compat bzlib libcurl libssl readline zlib libgpg-error pth libksba \ +libgcrypt libassuan pinentry" +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev pth-dev" + # Rules to configure and make the package. compile_rules() {