wok diff libassuan/receipt @ rev 10811
lighttpd: stop Busybox httpd in post_install
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 05 01:40:47 2011 +0200 (2011-06-05) |
parents | ca5a9bd86e2a |
children | 76495b6f5020 |
line diff
1.1 --- a/libassuan/receipt Wed Mar 09 04:59:25 2011 +0100 1.2 +++ b/libassuan/receipt Sun Jun 05 01:40:47 2011 +0200 1.3 @@ -8,8 +8,9 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.gnupg.org/" 1.6 WGET_URL="ftp://ftp.gnupg.org/gcrypt/$PACKAGE/$TARBALL" 1.7 + 1.8 DEPENDS="libgpg-error" 1.9 -BUILD_DEPENDS="python pkg-config" # do not skip /usr/lib/libassuan-pth.a 1.10 +BUILD_DEPENDS="python pkg-config libgpg-error-dev" # do not skip /usr/lib/libassuan-pth.a 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules()