# Description: MPD Client Library for Python. # URL: http://www.musicpd.org/ # Maintainer: James Mills, prologic at shortcircuit dot net dot au # Packager: James Mills, prologic at shortcircuit dot net dot au # # Depends on: python name=mpdclient version=0.10.0 release=2 source=(http://mercury.chem.pitt.edu/~shank/py-lib$name-$version.tar.gz) build() { cd py-lib$name-$version python ./setup.py install --root=$PKG chown -R root:root $PKG }