# 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 }