1 # Maintainer: Bram Schoenmakers <me@bramschoenmakers.nl>
3 pkgname=plasma-lastmoid
6 pkgdesc="Shows your Last.fm charts on your desktop."
8 url="http://www.kde-look.org/content/show.php?content=98117"
10 depends=('kdebase-workspace')
11 makedepends=('gcc' 'cmake' 'automoc4')
12 install=lastmoid.install
13 source=("http://kde-look.org/CONTENT/content-files/98117-vavrusa-lastmoid-2041bf6.tar.gz")
14 md5sums=('68674e24774f4d029f29e96795b5e8a0')
17 cd "$srcdir/vavrusa-lastmoid-2041bf6"
18 mkdir build && cd build
19 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
24 cd "$srcdir/vavrusa-lastmoid-2041bf6/build"
26 make DESTDIR="$pkgdir/" install