wok-current rev 9932
gpa: fix bdeps
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 00:09:49 2011 +0200 (2011-05-18) |
parents | 331d7b73388c |
children | 3563a58f3501 |
files | gpa/receipt |
line diff
1.1 --- a/gpa/receipt Tue May 17 23:46:33 2011 +0200 1.2 +++ b/gpa/receipt Wed May 18 00:09:49 2011 +0200 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="Gnu Privacy Assistant" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk" 1.8 -BUILD_DEPENDS="autoconf automake" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnupg.org/" 1.11 WGET_URL="http://wald.intevation.org/frs/download.php/603/$TARBALL" 1.12 1.13 +DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk" 1.14 +BUILD_DEPENDS="autoconf automake gpgme-dev libgpg-error-dev libassuan-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 {