1 #Contributor: Mcder3 <mcder3[at]gmail[dot]com>
5 pkgdesc="cantata is a (yet another!) client for the music player daemon (MPD)."
8 url="http://kde-apps.org/content/show.php/Cantata?content=147733&PHPSESSID=a7fe7dc0cebfbf155699356fce7e7c7b"
10 makedepends=('cmake' 'automoc4')
12 source=(http://kde-apps.org/CONTENT/content-files/147733-${pkgname}-${pkgver}.tar.bz2)
13 md5sums=('4967e43689bc8d5023180950a98c94bb')
16 cd $srcdir/${pkgname}-${pkgver}
17 mkdir build && cd build
18 cmake -DCMAKE_INSTALL_PREFIX=/usr ..
20 make DESTDIR=${pkgdir} install