updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / plasma-lastmoid / PKGBUILD
bloba6d5aaa0958378bf3409edd40063bd87556868e8
1 # Maintainer: Bram Schoenmakers <me@bramschoenmakers.nl>
3 pkgname=plasma-lastmoid
4 pkgver=0.6.5
5 pkgrel=3
6 pkgdesc="Shows your Last.fm charts on your desktop."
7 arch=('i686' 'x86_64')
8 url="http://www.kde-look.org/content/show.php?content=98117"
9 license=('GPL')
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')
16 build() {
17   cd "$srcdir/vavrusa-lastmoid-2041bf6"
18   mkdir build && cd build
19   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
20   make
23 package() {
24   cd "$srcdir/vavrusa-lastmoid-2041bf6/build"
26   make DESTDIR="$pkgdir/" install
28 # vim:syntax=sh