wok-4.x rev 9835
gnupg: clean up and fixed BUILD_DEPENDS
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 12:57:23 2011 +0000 (2011-05-15) |
parents | 1c43c7d3d23c |
children | c66ccef23e13 |
files | gnupg/receipt |
line diff
1.1 --- a/gnupg/receipt Sun May 15 12:45:56 2011 +0000 1.2 +++ b/gnupg/receipt Sun May 15 12:57:23 2011 +0000 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 DEPENDS="libusb-compat bzlib libcurl openssl readline zlib libgpg-error pth libksba \ 1.6 libgcrypt libassuan pinentry" 1.7 +BUILD_DEPENDS="libgpg-error-dev libassuan-dev libgcrypt-dev libksba-dev pth-dev" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://www.gnupg.org/" 1.10 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 1.11 @@ -16,14 +17,10 @@ 1.12 { 1.13 cd $src 1.14 ./configure \ 1.15 - --prefix=/usr \ 1.16 --libexecdir=/usr/lib \ 1.17 - --infodir=/usr/share/info \ 1.18 - --mandir=/usr/share/man \ 1.19 - --disable-ldap \ 1.20 - $CONFIGURE_ARGS && 1.21 + --disable-ldap && 1.22 make && 1.23 - make DESTDIR=$PWD/_pkg install 1.24 + make install 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg.