# Description: Visionneuse d'images pour Xfce
# URL: http://goodies.xfce.org/projects/applications/ristretto
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg-libxdamage,xfce4-dev-tools, thunar,libexif
# Run on: thunar,libexif

name=ristretto
version=0.0.91
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
}