PKGBUILDs/community/cddb-py/PKGBUILD
2009-10-09 21:15:33 -05:00

21 lines
600 B
Bash

# $Id: #
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
# Contributor: David Keogh <davekeogh@shaw.ca>
pkgname=cddb-py
pkgver=1.4
pkgrel=3
pkgdesc="CDDB-Server access from Python"
url="http://cddb-py.sourceforge.net"
arch=('i686' 'x86_64')
license=('GPL')
depends=('python')
source=("http://downloads.sourceforge.net/sourceforge/cddb-py/CDDB-${pkgver}.tar.gz")
md5sums=('254698082bafe3030d07d88fb7e13fe2')
build() {
cd ${srcdir}/CDDB-${pkgver}
python setup.py install --root=${pkgdir}
}