1 # Contributor: Martin Lee <hellnest.fuah@gmail.com
2 pkgname=plasma-wallpaper-timeoftheday
5 pkgdesc="Wallpaper time of the day"
7 url="http://www.mandriva.com"
9 makedepends=('cmake' 'automoc4')
10 source=(http://ftp.free.fr/mirrors/ftp.mandriva.com/MandrivaLinux/devel/2011.0/SRPMS/main/release/$pkgname-$pkgver-$pkgrel.src.rpm)
13 tar -jxvf $pkgname-$pkgver.tar.bz2
18 cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
20 make VERBOSE=1 || return 1
21 make DESTDIR=$pkgdir install || return 1
24 sha256sums=('611ea01aa490357b4aeda63e8a9cb26e944e6c454dcfdad7dcb84698f36b9378')