wok-next diff libassuan/receipt @ rev 8778
Fixed assaultcube.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Feb 22 09:28:09 2011 +0000 (2011-02-22) |
parents | 2f845953ed17 |
children | ca5a9bd86e2a |
line diff
1.1 --- a/libassuan/receipt Mon Jul 12 21:58:39 2010 +0200 1.2 +++ b/libassuan/receipt Tue Feb 22 09:28:09 2011 +0000 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()