#Packager: George Vlahavas pkgname=gmountman pkgver=0.4 pkgrel=1gv arch=noarch source=("gmountman-$pkgver.tar.gz") 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 ./compile.sh || exit 1 DESTDIR=$startdir/pkg ./install.sh }