wok-stable diff gpgme/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 | 851d4c73c039 |
children | 522ecffa385d |
line diff
1.1 --- a/gpgme/receipt Mon Oct 18 04:07:50 2010 +0000 1.2 +++ b/gpgme/receipt Sun Jun 05 01:40:47 2011 +0200 1.3 @@ -5,21 +5,20 @@ 1.4 CATEGORY="security" 1.5 SHORT_DESC="C language library that allows to add support for cryptography to a program." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="libgpg-error pth gnupg" 1.8 -BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.gnupg.org/gpgme.html" 1.11 WGET_URL="ftp://ftp.gnupg.org/gcrypt/gpgme/$TARBALL" 1.12 1.13 +DEPENDS="libgpg-error pth gnupg" 1.14 +BUILD_DEPENDS="libgpg-error-dev pth-dev gnupg libassuan-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 cd $src 1.20 - ./configure --prefix=/usr \ 1.21 - --infodir=/usr/share/info \ 1.22 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 + ./configure --prefix=/usr && 1.24 make && 1.25 - make DESTDIR=$PWD/_pkg install 1.26 + make DESTDIR=$DESTDIR install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.