diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-11-02 13:41:57 +0000 |
commit | 9343f37ee7ba1aa98f65272412d331a280890e12 (patch) | |
tree | a4bf1207d01a10e5cf246f1a4755086280f47b70 /community/gpa | |
parent | 37a1064b8105764414f279ced442e6ba2f63bea1 (diff) |
Wed Nov 2 13:41:53 UTC 2011
Diffstat (limited to 'community/gpa')
-rw-r--r-- | community/gpa/ChangeLog | 3 | ||||
-rw-r--r-- | community/gpa/PKGBUILD | 23 |
2 files changed, 0 insertions, 26 deletions
diff --git a/community/gpa/ChangeLog b/community/gpa/ChangeLog deleted file mode 100644 index 811f87d4f..000000000 --- a/community/gpa/ChangeLog +++ /dev/null @@ -1,3 +0,0 @@ -2007-06-28 tardo <tardo@nagi-fanboi.net> -* Built for x86_64 - diff --git a/community/gpa/PKGBUILD b/community/gpa/PKGBUILD deleted file mode 100644 index 1b2c51e62..000000000 --- a/community/gpa/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 528 2009-08-01 19:41:58Z giovanni $ -# Maintainer: Mateusz Herych <heniekk@gmail.com> -# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com> -# Contributor: Ravi Desai <ravster3@hotmail.com> - -pkgname=gpa -pkgver=0.9.0 -pkgrel=1 -pkgdesc="A graphical user interface for the GnuPG" -arch=('i686' 'x86_64') -url="http://wald.intevation.org/projects/gpa/" -license=('GPL') -depends=('gpgme' 'gtk2') -makedepends=('pkgconfig') -source=(http://wald.intevation.org/frs/download.php/603/gpa-$pkgver.tar.bz2) -md5sums=('8859f9cf69e94e10e4895f633a0b268a') - -build() { - cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr - make || return 1 - make DESTDIR=$startdir/pkg install -} |