summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/ristretto/Pkgfile')
-rwxr-xr-xxfce/ristretto/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/ristretto/Pkgfile b/xfce/ristretto/Pkgfile
deleted file mode 100755
index 6e52be9c0..000000000
--- a/xfce/ristretto/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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,xfce4-dev-tools, thunar,libexif
-# Run on: thunar,libexif
-
-name=ristretto
-version=0.0.93
-release=1
-source=(http://archive.xfce.org/src/apps/$name/0.0/$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
-}