updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kde4-favorites-launcher / PKGBUILD
blob59eed0998b566902b0afcb3f44f74037550857a9
1  
2 pkgname=kde4-favorites-launcher
3 pkgver=0.1
4 pkgrel=1
5 pkgdesc="With this plugin you can configure a mouse button click to invoke a menu with your favorite applications"
6 arch=('i686' 'x86_64')
7 url="http://kde-apps.org/content/show.php/Favorites+Launcher?content=117639"
8 source=(http://kde-apps.org/CONTENT/content-files/117639-favorites-0.1.tar.bz2)
9 license=('LGPL')
10 md5sums=('b60baabccbd302d00923e053db0dc0ae')
12 build() {
13   cd "${srcdir}/favorites-${pkgver}"
15   mkdir build
16   cd build
17   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
18   make
19   make DESTDIR=${pkgdir} install