#Maintainer: George Vlahavas pkgname=gigolo pkgver=0.4.1 pkgrel=3gv 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 ./waf configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --docdir=/usr/doc/$pkgname-$pkgver ./waf build || return 1 ./waf install --destdir=$startdir/pkg }