wok diff gpa/receipt @ rev 18134
poptop: add plugin
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 13 17:27:08 2015 +0200 (2015-06-13) |
parents | 1ed56a857949 |
children | ac006a7bf27c |
line diff
1.1 --- a/gpa/receipt Sat Sep 28 11:17:58 2013 +0000 1.2 +++ b/gpa/receipt Sat Jun 13 17:27:08 2015 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gpa" 1.7 -VERSION="0.9.0" 1.8 +VERSION="0.9.7" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Gnu Privacy Assistant" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL3" 1.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.gnupg.org/" 1.15 -WGET_URL="http://wald.intevation.org/frs/download.php/603/$TARBALL" 1.16 +WGET_URL="http://mirror.tje.me.uk/pub/mirrors/ftp.gnupg.org/gpa/$TARBALL" 1.17 1.18 DEPENDS="gnupg gpgme libgpg-error gtk+ xorg-libXdamage pinentry-gtk" 1.19 BUILD_DEPENDS="gnupg autoconf automake gpgme-dev libgpg-error-dev \ 1.20 @@ -17,9 +17,9 @@ 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 - cd $src 1.25 patch -p0 < $stuff/gpa-0.9.0-libassuan2.patch && 1.26 - autoreconf && 1.27 + autoreconf 1.28 + automake --add-missing && 1.29 ./configure $CONFIGURE_ARGS && make && make install 1.30 } 1.31