updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / starfield-wallpaper-plasmoid / PKGBUILD
blob1d0f353acaa1ec2aef28afd0da198f90bf27ff97
1 # Maintainer: n8schicht (n8schicht at gmail dot com)
3 pkgname=starfield-wallpaper-plasmoid
4 pkgver=0.4
5 pkgrel=1
6 pkgdesc="This plasma wallpaper draws an animated starfield in the background of your desktop."
7 arch=('i686' 'x86_64')
8 url="http://www.kde-look.org/content/show.php/Star+Field+Plasma+Wallpaper?content=105973"
9 depends=('kdebase-workspace')
10 makedepends=('cmake' 'make' 'automoc4')
11 source=(http://www.kde-look.org/CONTENT/content-files/105973-starfield-wallpaper-$pkgver.tar.gz)
12 license=('GPL')
13 md5sums=('c5384a66492b9d5ee00928fd0ba0ca40')
15 build() {
16   cd $srcdir/starfield-wallpaper-0.4
17   mkdir build
18   cd build
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../src/ || return 1
20   make VERBOSE=1 || return 1
21   make DESTDIR=$pkgdir install || return 1