wok-next rev 10437
gnupg: needs linux-module-headers for usb.h)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 25 01:08:18 2011 +0200 (2011-05-25) |
parents | 56c77b4c1490 |
children | 3289a03fb234 |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Wed May 25 01:03:25 2011 +0200 1.2 +++ b/gnupg/receipt Wed May 25 01:08:18 2011 +0200 1.3 @@ -9,9 +9,10 @@ 1.4 WEB_SITE="http://www.gnupg.org/" 1.5 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 1.6 1.7 -DEPENDS="libusb-compat bzlib libcurl libssl 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 +DEPENDS="libusb-compat bzlib libcurl libssl readline zlib libgpg-error \ 1.11 +pth libksba libgcrypt libassuan pinentry" 1.12 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev \ 1.13 +pth-dev libusb-compat-dev linux-module-headers" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -19,9 +20,9 @@ 1.18 cd $src 1.19 ./configure \ 1.20 --libexecdir=/usr/lib \ 1.21 - --disable-ldap && 1.22 - make && 1.23 - make install 1.24 + --disable-ldap \ 1.25 + $CONFIGURE_ARGS && 1.26 + make && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.