#Packager: Ralvex pkgname=ristretto realname= pkgver=0.6.3 majver=0.6 pkgrel=1rlvx #arch=noarch source=(http://archive.xfce.org/src/apps/ristretto/$majver/$pkgname-$pkgver.tar.bz2) #sourcetemplate=http://people.salixos.org/yournick/$pkgname/$pkgver/ #docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname (picture-viewer for the Xfce desktop environment)" "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 --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }