1 # Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
6 pkgdesc="KOSD is a simple KDE application that runs in the background and responds to button presses by showing a little OSD"
8 url="http://kde-apps.org/content/show.php/KOSD?content=81457"
10 depends=('kdebase-workspace>=4.5.0')
11 makedepends=('cmake' 'automoc4')
12 source=(http://kde-apps.org/CONTENT/content-files/81457-${pkgname}-${pkgver}.tar.bz2)
13 install=${pkgname}.install
14 md5sums=('4e2e87ba44eb24b26dc832a0e19d5842')
18 cd $startdir/src/${pkgname}-${pkgver}
19 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
21 make DESTDIR=$startdir/pkg install || return 1