summaryrefslogtreecommitdiffstats
path: root/ristretto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'ristretto/Pkgfile')
-rwxr-xr-xristretto/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/ristretto/Pkgfile b/ristretto/Pkgfile
new file mode 100755
index 000000000..7c740a30c
--- /dev/null
+++ b/ristretto/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Visionneuse d'images pour Xfce
+# URL: http://goodies.xfce.org/projects/applications/ristretto
+# Maintainer: NuTyX core team
+# Packager: tnut at nutyx dot com
+# Depends on: xorg-libxdamage, thunar,libexif
+# Run on: thunar,libexif
+
+name=ristretto
+version=0.3.0
+release=1
+source=(http://archive.xfce.org/src/apps/$name/0.3/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
+}