#Packager: George Vlahavas pkgname=gmountman pkgver=0.5.1 pkgrel=1gv arch=noarch source=("gmountman-$pkgver.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") options=('nosrcpack') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "gmountman (A mount manager for local devices that uses gvfs)" "GMountMan is a graphical mount manager for local devices, written in" "GTK+2 that uses gvfs for all mounting operations." "GMountMan can be used as a standalone application, or launched as a" "system tray service, making it easy to perform mounting/unmounting" "operations from the system tray." ) build() { cd $startdir/src/gmountman-$pkgver make || exit 1 make install DESTDIR=$startdir/pkg }