# Description: Fast and lightweight picture-viewer for the Xfce desktop environment. # Writer: M0E-lnx name=ristretto version=0.0.7 release=1 source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-included-gettext make make DESTDIR=$PKG install-strip }