updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / quetzalcoatl / PKGBUILD
blob8b90f8f19794b4db389e16aa6e916f29cc0bf447
1 # Maintainer: linopolus <linopolus@xssn.at>
2 # Contributor: linopolus <linopolus@xssn.at>
3 pkgname=quetzalcoatl
4 pkgver='-latest' # note: if the pkgver had been '0.99-10' then use an underscore. like '0.99_10'
5 pkgrel=1
6 pkgdesc="Quetzalcoatl is a KDE4 music player client for the MPD music server. It targets the KDE4 platform and is written in Python."
7 arch=(i686 x86_64)
8 url="http://www.vcn.bc.ca/~dugan/quetzalcoatl.html"
9 license=('GPL3')
10 groups=
11 provides=
12 depends=('pyqt' 'python-mpd-git' 'kdebindings-python')
13 makedepends=('subversion')
14 _svnroot='http://quetzalcoatl-client.googlecode.com/svn/trunk/ quetzalcoatl-client-read-only'
16 build() {
17   cd $srcdir/
18   svn checkout $_svnroot
19   cd quetzalcoatl-client-read-only
20   mkdir -p $pkgdir/usr/bin
21   cp quetzalcoatl.py $pkgdir/usr/bin/quetzalcoatl