wok-6.x diff libgcrypt/receipt @ rev 2107
Add: libpurple-dev
author | Mallory MOLLO <mallory@skyrock.com> |
---|---|
date | Thu Jan 29 19:03:51 2009 +0100 (2009-01-29) |
parents | a075ff895254 |
children | 3d5d3c9705f3 |
line diff
1.1 --- a/libgcrypt/receipt Tue May 13 09:50:02 2008 +0200 1.2 +++ b/libgcrypt/receipt Thu Jan 29 19:03:51 2009 +0100 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Cryptographic library based on GnuPG" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 DEPENDS="libgpg-error" 1.7 -BUILD_DEPENDS="libgpg-error-dev" 1.8 +BUILD_DEPENDS="libgpg-error-dev libgpg-error" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnupg.org/" 1.11 WGET_URL="ftp://ftp.gnupg.org/gcrypt/libgcrypt/$TARBALL" 1.12 @@ -16,8 +16,8 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr --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