1 # Maintainer: Bram Schoenmakers <me@bramschoenmakers.nl>
3 pkgname=plasma-klicker-plasmoid
6 pkgdesc="An icon application launcher with zooming."
8 url="http://www.kde-look.org/content/show.php?content=99554"
10 depends=('kdebase-workspace')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 install=klicker.install
13 source=("http://www.kde-look.org/CONTENT/content-files/99554-klicker$pkgver.tar.gz")
14 md5sums=('dc85a5d583c3576dfac57825d7cee567')
18 mkdir build && cd build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
26 make DESTDIR="$pkgdir/" install