wok diff gnupg/receipt @ rev 10077

usbutils: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 05:50:15 2011 +0000 (2011-05-20)
parents 3e9c5c3cf12e
children ea7ba52ef854
line diff
     1.1 --- a/gnupg/receipt	Sun May 15 12:57:23 2011 +0000
     1.2 +++ b/gnupg/receipt	Fri May 20 05:50:15 2011 +0000
     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  {