#Maintainer: Richard Lapointe #Former Maintainer(s): Name #Anything commented out is optional and can be deleted. pkgname=xfce4-mount-plugin pkgver=0.5.5 pkgrel=1rl arch=x86_64 source=(http://goodies.xfce.org/releases/$pkgname/$pkgname-${pkgver}.tar.bz2) sourcetemplate=http://zenwalk.pinguix.com/user-accounts/laprjns/salix/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin #CFLAGS= #CXXFLAGS= #options=('noextract') #options=('noautodotnew') doinst() { xfce4-panel -r } slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-mount-plugin is a mount/umount utility for the panel. " ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc make || return 1 make install DESTDIR=$startdir/pkg }