diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:51:48 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:51:48 +0100 |
commit | cd6f47c89d15677cfe6eff55e6192ccb6c484426 (patch) | |
tree | 8b169381230da4e5b953832fecc2f29a4c27c499 /extra/python-mpd/Pkgfile | |
parent | 599a958d3cc2355c46e244f3a3479689920fc746 (diff) | |
download | nutyx-pakxe-cd6f47c89d15677cfe6eff55e6192ccb6c484426.tar.gz nutyx-pakxe-cd6f47c89d15677cfe6eff55e6192ccb6c484426.tar.bz2 nutyx-pakxe-cd6f47c89d15677cfe6eff55e6192ccb6c484426.tar.xz nutyx-pakxe-cd6f47c89d15677cfe6eff55e6192ccb6c484426.zip |
Ajout de python-mpd#0.2.1-1
Diffstat (limited to 'extra/python-mpd/Pkgfile')
-rw-r--r-- | extra/python-mpd/Pkgfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/python-mpd/Pkgfile b/extra/python-mpd/Pkgfile new file mode 100644 index 000000000..426cf7dae --- /dev/null +++ b/extra/python-mpd/Pkgfile @@ -0,0 +1,14 @@ +# Description: Bibliotheque mpd pour Python +# URL: http://pypi.python.org/pypi/python-mpd +# Maintainer: NuTyX packager team +# Packager: Skippythekangoo at yahoo dot fr +# Depends on: python + +name=python-mpd +version=0.2.1 +release=1 +source=( http://pypi.python.org/packages/source/p/$name/$name-$version.tar.gz) +build() { +cd $name-$version + python setup.py build install --root=$PKG +} |