summaryrefslogtreecommitdiffstats
path: root/xfce/ristretto/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:06 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:06 +0200
commitdffc7d70aa04836e78dccff099283f2d5b683da5 (patch)
tree082855e2eb705d9451d29075e7570edb6048f426 /xfce/ristretto/Pkgfile
parent51d6ba5b41819442355ff14782e9934bbb316430 (diff)
downloadnutyx-extra-dffc7d70aa04836e78dccff099283f2d5b683da5.tar.gz
nutyx-extra-dffc7d70aa04836e78dccff099283f2d5b683da5.tar.bz2
nutyx-extra-dffc7d70aa04836e78dccff099283f2d5b683da5.tar.xz
nutyx-extra-dffc7d70aa04836e78dccff099283f2d5b683da5.zip
ristretto dans extra
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
-}