updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / plasma-wallpaper-timeoftheday / PKGBUILD
blobcb7254ed93ddec286d37d17c39500332b71a0003
1 # Contributor: Martin Lee <hellnest.fuah@gmail.com
2 pkgname=plasma-wallpaper-timeoftheday
3 pkgver=0.1
4 pkgrel=7
5 pkgdesc="Wallpaper time of the day"
6 arch=('i686' 'x86_64')
7 url="http://www.mandriva.com"
8 license="GPL"
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)
11 build() {
12         cd $srcdir
13         tar -jxvf $pkgname-$pkgver.tar.bz2
14         cd  $pkgname-$pkgver
15         rm -rf build
16         mkdir build
17         cd build
18         cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
19         make clean
20         make VERBOSE=1 || return 1
21         make DESTDIR=$pkgdir install || return 1
24 sha256sums=('611ea01aa490357b4aeda63e8a9cb26e944e6c454dcfdad7dcb84698f36b9378')