updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / gereqi / PKGBUILD
blob146e8b32c26211a1e83ca2a271b20b80f625694c
1 # Maintainer: Mike Shade <mshade@mshade.org>
2 pkgname=gereqi
3 pkgver=0.4.2
4 pkgrel=2
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."
6 arch=("i686" "x86_64")
7 url="http://code.google.com/p/gereqi/"
8 license=('GPLv3')
9 groups=()
10 depends=("python2" "mutagen" "cddb-py" "pyinotify" "pyqt" "gstreamer0.10-python" "gstreamer0.10-bad-plugins" "gstreamer0.10-good-plugins" "gstreamer0.10-ugly-plugins")
11 makedepends=()
12 conflicts=("gereqi-git")
13 replaces=()
14 backup=()
15 options=()
16 install=
17 changelog=
18 source=(http://gereqi.googlecode.com/files/gereqi-0.4.2.tar.gz)
19 noextract=()
20 md5sums=('41a8e78e721f9aa0152af4815ffb6d00')
22 build() {
23   cd "$srcdir/$pkgname-$pkgver"
24   python2 setup.py install --root="$pkgdir"