summaryrefslogtreecommitdiffstats
path: root/extra/gpa/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gpa/Pkgfile')
-rw-r--r--extra/gpa/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/gpa/Pkgfile b/extra/gpa/Pkgfile
new file mode 100644
index 000000000..6f426c120
--- /dev/null
+++ b/extra/gpa/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Interface GTK2 pour GnuPG
+# URL: http://wald.intevation.org/projects/gpa/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: atk, cairo, expat, freetype, fontconfig, glib, glibc, gnupg1, gnupg2, gpgme, gtk, libgpg-error, libpng, pango, pixman, zlib
+
+name=gpa
+version=0.8.0
+release=1
+source=(http://wald.intevation.org/frs/download.php/491/$name-$version.tar.bz2 \
+gpa.desktop)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+# freedesktop compliance
+ install -m 644 ../gpa.desktop $PKG/usr/share/applications/gpa.desktop
+ install -D -m 644 $PKG/usr/share/pixmaps/gpa.png $PKG/usr/share/icons/hicolor/48x48/apps/gpa.png
+ rm -rf $PKG/usr/share/pixmaps
+}
+