contrib/cddb-py/Pkgfile
2006-11-13 21:12:21 +01:00

17 lines
411 B
Plaintext

# Description: pythonlibrary for the cddb meta-data server
# URL: http://cddb-py.sf.net
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: python
name=cddb-py
version=1.4
release=1
source="http://cddb-py.sourceforge.net/CDDB-$version.tar.gz"
build() {
cd CDDB-$version
python setup.py build
python setup.py install --root=$PKG
}