wok diff libassuan/receipt @ rev 9124

hal-cups-utils: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 18:36:40 2011 +0100 (2011-03-05)
parents 2f845953ed17
children ca5a9bd86e2a
line diff
     1.1 --- a/libassuan/receipt	Mon Jul 12 21:58:39 2010 +0200
     1.2 +++ b/libassuan/receipt	Sat Mar 05 18:36:40 2011 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libassuan"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="2.0.1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="IPC library used by some of the other GnuPG related packages."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.gnupg.org/"
    1.14  WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL"
    1.15 -BUILD_DEPENDS="python"	# do not skip /usr/lib/libassuan-pth.a
    1.16 +DEPENDS="libgpg-error"
    1.17 +BUILD_DEPENDS="python libgpg-error-dev pkg-config"	# do not skip /usr/lib/libassuan-pth.a
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()