updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / cantata / PKGBUILD
bloba75e9c833f3afe3523ec36ac090f53d81739d938
1 #Contributor: Mcder3 <mcder3[at]gmail[dot]com>
3 pkgname=cantata
4 pkgver=0.2.0
5 pkgdesc="cantata is a (yet another!) client for the music player daemon (MPD)."
6 pkgrel=1
7 arch=(i686 x86_64)
8 url="http://kde-apps.org/content/show.php/Cantata?content=147733&PHPSESSID=a7fe7dc0cebfbf155699356fce7e7c7b"
9 license=(GPL)
10 makedepends=('cmake' 'automoc4')
11 depends=('kdelibs')
12 source=(http://kde-apps.org/CONTENT/content-files/147733-${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('4967e43689bc8d5023180950a98c94bb')
15 build(){        
16   cd $srcdir/${pkgname}-${pkgver}
17   mkdir build && cd build
18   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
19   make
20   make DESTDIR=${pkgdir} install