# HG changeset patch # User Eric Joseph-Alexandre # Date 1305713093 -7200 # Node ID 4b028f6a84ef4fdb52ae132ecf830d700ebf510f # Parent 2eda444acede52a0544794d1682f69751c00da78 gpgme: fix bdeps. diff -r 2eda444acede -r 4b028f6a84ef gpgme/receipt --- a/gpgme/receipt Wed May 18 12:04:33 2011 +0200 +++ b/gpgme/receipt Wed May 18 12:04:53 2011 +0200 @@ -5,21 +5,20 @@ CATEGORY="security" SHORT_DESC="C language library that allows to add support for cryptography to a program." MAINTAINER="erjo@slitaz.org" -DEPENDS="libgpg-error pth gnupg" -BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.gnupg.org/gpgme.html" WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL" +DEPENDS="libgpg-error pth gnupg" +BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg libassuan-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + ./configure --prefix=/usr && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.