summaryrefslogtreecommitdiff
path: root/community/gpa/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/gpa/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/gpa/PKGBUILD')
-rw-r--r--community/gpa/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/gpa/PKGBUILD b/community/gpa/PKGBUILD
new file mode 100644
index 000000000..1b2c51e62
--- /dev/null
+++ b/community/gpa/PKGBUILD
@@ -0,0 +1,23 @@
+# $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
+}