wok-stable diff gnupg/receipt @ rev 3295
add sip for PyQt
author | Allan Pinto <allan316@gmail.com> |
---|---|
date | Fri Jun 05 19:25:43 2009 +0000 (2009-06-05) |
parents | 06126831b650 |
children | 9c85e00fd8dd |
line diff
1.1 --- a/gnupg/receipt Fri Oct 17 13:06:12 2008 +0000 1.2 +++ b/gnupg/receipt Fri Jun 05 19:25:43 2009 +0000 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Free implementation of the OpenPGP." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="libusb" 1.8 +DEPENDS="libusb bzlib cyrus-sasl libcurl libldap openssl readline zlib" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnupg.org/" 1.11 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gnupg/$TARBALL" 1.12 @@ -16,8 +16,8 @@ 1.13 cd $src 1.14 ./configure --prefix=/usr --libexecdir=/usr/lib \ 1.15 --infodir=/usr/share/info \ 1.16 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.17 - make 1.18 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 + make && 1.20 make DESTDIR=$PWD/_pkg install 1.21 } 1.22