1 # Maintainer: Bram Schoenmakers <me@bramschoenmakers.nl>
3 pkgname=plasma-commandwatch-plasmoid
6 pkgdesc="Plasmoid which periodically runs a system command and displays its output"
8 url="http://www.kde-look.org/content/show.php?content=84523"
10 depends=('kdebase-workspace>=4.1.0')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 install=commandwatch.install
13 source=("http://www.kde-look.org/CONTENT/content-files/84523-commandwatch-0.1.1.tar.bz2")
14 md5sums=('e9278c96870203b5fcf17a7660bb74da')
17 cd "$srcdir/commandwatch-$pkgver"
18 mkdir build && cd build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
24 cd "$srcdir/commandwatch-$pkgver/build"
26 make DESTDIR="$pkgdir/" install