wok-stable diff gnupg/receipt @ rev 9846
Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 15 18:30:30 2011 +0000 (2011-05-15) |
parents | 7ba9895e1216 |
children | d9517c5b07b5 |
line diff
1.1 --- a/gnupg/receipt Sat Mar 26 19:54:02 2011 +0100 1.2 +++ b/gnupg/receipt Sun May 15 18:30:30 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.