# HG changeset patch # User Christophe Lincoln # Date 1306278498 -7200 # Node ID ea7ba52ef854cae27012eaab3f1dcc633266f9c6 # Parent 56c77b4c1490fc795f004e7fbcdd07c51cb7cc82 gnupg: needs linux-module-headers for usb.h) diff -r 56c77b4c1490 -r ea7ba52ef854 gnupg/receipt --- a/gnupg/receipt Wed May 25 01:03:25 2011 +0200 +++ b/gnupg/receipt Wed May 25 01:08:18 2011 +0200 @@ -9,9 +9,10 @@ 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" +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 libusb-compat-dev linux-module-headers" # Rules to configure and make the package. compile_rules() @@ -19,9 +20,9 @@ cd $src ./configure \ --libexecdir=/usr/lib \ - --disable-ldap && - make && - make install + --disable-ldap \ + $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.