# Description: Visionneuse d'images pour Xfce # URL: http://goodies.xfce.org/projects/applications/ristretto # Maintainer:git.xfce.org/apps/ristretto/ # Packager: tyrry33 at gmail dot com # Depends on: xorg-libxdamage, thunar,libexif # Run on: thunar,libexif name=ristretto version=0.6.0 release=1 source=(http://archive.xfce.org/src/apps/$name/0.6/$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 }