#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=gnome-commander pkgver=1.2.8.15 pkgrel=2 zenver=72 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/gnome-commander-$pkgver.tar.xz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/g/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "bugs") url=http://www.nongnu.org/gcmd/ options=('norequiredbuilder' 'keepdepfile') doinst() { # Update the scrollkeeper database (Remove stale pieces) if [ -x usr/bin/scrollkeeper-update ]; then usr/bin/scrollkeeper-update > /dev/null 2>&1 fi } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "GNOME Commander - a "two-pane" graphical filemanager for GNOME" "GNOME Commander is a "two-pane" graphical filemanager for the Gnome" "desktop environment. GNOME Commander aims to fulfill the demands of" "more advanced users who like to focus on file management, their" "work through special applications and running smart commands." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-exiv2 --with-taglib --with-libchm --with-libgsf --enable-python --disable-scrollkeeper make || return 1 make install DESTDIR=$startdir/pkg }