#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=python-musicbrainz2 pkgver=0.7.3 zenver=72 pkgrel=1 arch=noarch source=("http://ftp.musicbrainz.org/pub/musicbrainz/python-musicbrainz2/python-musicbrainz2-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog*" "authors" "news" "todo" "hacking" "maintainers" "thanks") url=http://musicbrainz.org/doc/python-musicbrainz2 options=('norequiredbuilder' 'keepdepfile' 'noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-musicbrainz2 - (Musicbrainz Python Mozule)" "The package python-musicbrainz is a client library written" "in python, which provides easy object oriented" "access to the MusicBrainz Database using the XMLWebService" "It has been written from scratch and uses a different" "model than PythonMusicbrainz, the first generation python" "bindings." ) build() { cd $startdir/src/$pkgname-$pkgver python ./setup.py build python ./setup.py install --root=$startdir/pkg }