summaryrefslogtreecommitdiffstats
path: root/gpicview/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 23:03:09 +0100
committertnut <tnut at nutyx dot com>2012-01-25 23:03:09 +0100
commitb6f5a2a4c601b5b1c69acda52c76ee6aa06a766c (patch)
treed321ce095f6fa9b39825cc82b546ba2aced61515 /gpicview/Pkgfile
parent5f592fee960668f77114b32bb37cc8918770de7f (diff)
downloadnutyx-extra-b6f5a2a4c601b5b1c69acda52c76ee6aa06a766c.tar.gz
nutyx-extra-b6f5a2a4c601b5b1c69acda52c76ee6aa06a766c.tar.bz2
nutyx-extra-b6f5a2a4c601b5b1c69acda52c76ee6aa06a766c.tar.xz
nutyx-extra-b6f5a2a4c601b5b1c69acda52c76ee6aa06a766c.zip
ajout gpicview
Diffstat (limited to 'gpicview/Pkgfile')
-rw-r--r--gpicview/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gpicview/Pkgfile b/gpicview/Pkgfile
new file mode 100644
index 000000000..22ae10073
--- /dev/null
+++ b/gpicview/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Visionneuse d'images
+# URL: http://lxde.org/
+# Maintainer: Martin Bagge
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=gpicview
+version=0.2.2
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr \
+
+make
+make DESTDIR=$PKG install
+
+}
+