#Packager: Richard Lpaointe #git clone https://github.com/gottcode/xfce4-whiskermenu-plugin pkgname=xfce4-whiskermenu-plugin pkgver=1.2.2 pkgrel=1rl source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2") sourcetemplate=http://people.salixos.org/laprjns/$pkgname/$pkgver/ url=http://gottcode.org/xfce4-whiskermenu-plugin/ docs=("ChangeLog" "COPYING" "CREDITS") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Alternate Xfce menu." "" "http://gottcode.org/xfce4-whiskermenu-plugin/" ) build() { cd $startdir/src/$pkgname-$pkgver cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make DESTDIR=$startdir/pkg install }