updated on Sun Jan 8 12:02:35 UTC 2012
[aur-mirror.git] / cantata / PKGBUILD
blob1588b5488d7b70f596e2efea0640ae16ab2fe057
1 #Contributor: Mcder3 <mcder3[at]gmail[dot]com>
3 pkgname=cantata
4 pkgver=0.1.2
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' 'qt')
12 source=(http://kde-apps.org/CONTENT/content-files/147733-${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('dc37facf3590e9d57ac2c988ac21ccbe')
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