# $Id: Pkgfile 1330 2006-11-13 20:54:04Z prologic $ # 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: mpd, python name=mpdclient version=0.10.0 release=1 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 }