#Maintainer: toothandnail #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=geeqie pkgver=1.0 pkgrel=1 zenver=66 arch=i686 source=(http://downloads.sourceforge.net/sourceforge/geeqie/geeqie-1.0.tar.gz) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/toothandnail//$pkgname/$pkgver/ #sourcetemplate=http://users.zenwalk.org/user-accounts/pnboy/$pkgname/$pkgver/ docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=¨http://geeqie.sourceforge.net/¨ #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "geeqie (a fast image viewer forked fromGQview)" "Geeqie is a sucessor to GQview, which hopes to fix bugs and problems" "in the original GQview code and continue development that seems to" "have stopped with GQview" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-readmedir=/usr/doc/$pkgname-$pkgver/ make || return 1 make install DESTDIR=$startdir/pkg }