updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / tuxeyes-plasmoid / PKGBUILD
blob227ff984cdfc75cfec0b0d39a0ac0b221571507d
1 # Maintainer: t3ddy  <t3ddy1988 "at" gmail {dot} com>
3 pkgname=tuxeyes-plasmoid
4 pkgver=1.0
5 pkgrel=1
6 pkgdesc="Wear your desktop with a funny Tux who follows your mouse with his eyes."
7 arch=('i686' 'x86_64')
8 url="http://kde-look.org/content/show.php/Tux+Eyes?content=120161"
9 license=('GPL')
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')
15 build() {
17   cd $srcdir/Tux_Eyes
18   mkdir build && cd build
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. 
20   make || return 1
21   make DESTDIR="$pkgdir/" install || return 1