updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / cddb / PKGBUILD
blobbc3403f25e09d709860be83e7e773b425caa9054
1 # Contributor: Claudio Riva <firetux83@gmail.com>
3 pkgname=cddb
4 pkgver=1.4
5 pkgrel=2
6 pkgdesc="set of three modules to access the CDDB and FreeDB online databases of audio CD track titles and information"
7 url="http://cddb-py.sourceforge.net/"
8 depends=('python')
9 source=(http://cddb-py.sourceforge.net/CDDB.tar.gz)
10 md5sums=('254698082bafe3030d07d88fb7e13fe2')
12 build() {
13   cd $startdir/src/CDDB-$pkgver
14   python setup.py install --root=$startdir/pkg/