summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/ristretto/Pkgfile')
-rwxr-xr-xxfce/ristretto/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/ristretto/Pkgfile b/xfce/ristretto/Pkgfile
new file mode 100755
index 000000000..c715fe718
--- /dev/null
+++ b/xfce/ristretto/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Visionneuse d'images pour Xfce
+# URL: http://goodies.xfce.org/projects/applications/ristretto
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: xfce4-dev-tools, thunar, libexif
+
+name=ristretto
+version=0.0.22
+release=1
+source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+