1 # Maintainer: t3ddy <t3ddy1988 "at" gmail {dot} com>
3 pkgname=tuxeyes-plasmoid
6 pkgdesc="Wear your desktop with a funny Tux who follows your mouse with his eyes."
8 url="http://kde-look.org/content/show.php/Tux+Eyes?content=120161"
10 depends=('kdebase-workspace>=4.2')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 source=(http://kde-look.org/CONTENT/content-files/120161-Tux_Eyes.tar.gz)
13 md5sums=('b7ce3be1968e24e4d086e3f07eaa5080')
18 mkdir build && cd build
19 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
21 make DESTDIR="$pkgdir/" install || return 1