#Maintainer: George Vlahavas pkgname=gigolo pkgver=0.4.2 pkgrel=1gv source=(http://files.uvena.de/gigolo/gigolo-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.uvena.de/gigolo/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gigolo (mount remote filesystems using GIO/GVfs)" "Gigolo is a frontend to easily manage connections to remote" "filesystems using GIO/GVfs. It allows you to quickly connect/mount a" "remote filesystem and manage bookmarks of such." ) 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 }