wok-next diff gpa/receipt @ rev 9185

Up: gpa 0.9.0
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 05:01:51 2011 +0100 (2011-03-09)
parents 8b79c3ee7ac2
children 2d83b01ba257
line diff
     1.1 --- a/gpa/receipt	Mon Mar 16 22:01:20 2009 +0000
     1.2 +++ b/gpa/receipt	Wed Mar 09 05:01:51 2011 +0100
     1.3 @@ -1,24 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gpa"
     1.7 -VERSION="0.7.5"
     1.8 +VERSION="0.9.0"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Gnu Privacy Assistant"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage"
    1.13 -BUILD_DEPENDS="gpgme-dev libgpg-error-dev gnupg"
    1.14 +BUILD_DEPENDS="autoconf automake"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16  WEB_SITE="http://www.gnupg.org/"
    1.17 -WGET_URL="ftp://ftp.gnupg.org/gcrypt/alpha/gpa/$TARBALL"
    1.18 +WGET_URL="http://wald.intevation.org/frs/download.php/603/$TARBALL"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src
    1.24 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.25 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.26 -	make &&
    1.27 -	make DESTDIR=$PWD/_pkg install
    1.28 +	patch -p0 < $stuff/gpa-0.9.0-libassuan2.patch &&
    1.29 +	autoreconf &&
    1.30 +	./configure && make && make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.