#Packager: George Vlahavas pkgname=pmount pkgver=0.9.23 pkgrel=1gv source=("https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2") docs=("readme*" "install" "copying" "changelog" "authors" "news" "todo") url=http://pmount.alioth.debian.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pmount (mount removable devices as normal user)" "pmount is a wrapper around the standard mount program which" "permits normal users to mount removable devices without a" "matching entry in /etc/fstab." "" "Homepage: http://pmount.alioth.debian.org/" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --enable-hal --disable-static --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }