#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=gnome-vfsmm pkgver=2.22.0 pkgrel=1 zenver=52 arch=i486 source=("http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm/2.22/gnome-vfsmm-2.22.0.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://ftp.gnome.org/pub/GNOME/sources/gnome-vfsmm options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gnome-vfsmm provides C++ wrappers for gnome-vfs" "gnome-vfsmm provides C++ wrappers for the GNOME Virtual File" "System,currently used as one of the foundations of the Nautilus" "file manager" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }