1
0
forked from ports/contrib
contrib/mpdclient/Pkgfile

19 lines
471 B
Plaintext
Raw Normal View History

2006-11-20 07:26:53 +10:00
# 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
2006-11-14 09:01:22 +10:00
name=mpdclient
version=0.10.0
release=1
source=(http://mercury.chem.pitt.edu/~shank/py-lib$name-$version.tar.gz)
build() {
2006-11-20 07:26:53 +10:00
cd py-lib$name-$version
python ./setup.py install --root=$PKG
chown -R root:root $PKG
2006-11-14 09:01:22 +10:00
}