#Maintainer: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=ristretto
pkgver=0.0.22
pkgrel=1gv
arch=i486
source=(http://goodies.xfce.org/releases/ristretto/ristretto-$pkgver.tar.gz)
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://goodies.xfce.org/projects/applications/ristretto

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"ristretto - an image viewer for Xfce"
"Ristretto is a fast and lightweight picture-viewer for the Xfce"
"desktop environment."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-xfce-desktop
	make || return 1
	make install DESTDIR=$startdir/pkg
}