#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former Mainteiner: HEDOUIN Geoffroy (lebarjoe) #Mandatory pkgname=gpicview pkgver=0.2.1 pkgrel=1 zenver=64 arch=i486 source=("http://mesh.dl.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/xap/$pkgname docs=('AUTHORS' 'COPYING' 'INSTALL' 'NEWS' 'README' 'ChangeLog' 'LICENSE' 'TODO') url="http://lxde.sourceforge.net/gpicview/" options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - (A Simple and Fast Image Viewer for X)" "A Simple and Fast Image Viewer with low memory usage" "This little program is not aimed to be powerful or feature-rich." "It's aimed to replace the default image viewer of current" "desktop systems." "Fast-startup, low memory usage, and simple user interface make " "it a good choice for default viewer." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --mandir=/usr/man --enable-static="no" \ --enable-shared="yes" make || return 1 make DESTDIR=$startdir/pkg install }