1 # Maintainer: Mike Shade <mshade@mshade.org>
5 pkgdesc="Gereqi (pronounced: geh-reh-kee) is a music organiser and player. Gereqi is a clone of the now dead Amarok-1.4 and aims to replace Amarok's features and interface."
7 url="http://code.google.com/p/gereqi/"
10 depends=("python2" "mutagen" "cddb-py" "pyinotify" "pyqt" "gstreamer0.10-python" "gstreamer0.10-bad-plugins" "gstreamer0.10-good-plugins" "gstreamer0.10-ugly-plugins")
12 conflicts=("gereqi-git")
18 source=(http://gereqi.googlecode.com/files/gereqi-0.4.2.tar.gz)
20 md5sums=('41a8e78e721f9aa0152af4815ffb6d00')
23 cd "$srcdir/$pkgname-$pkgver"
24 python2 setup.py install --root="$pkgdir"