diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-11-03 23:11:03 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-11-03 23:11:03 +0100 |
commit | 2c19f7d6f136e9aedc3b010ef7298f9d63564bce (patch) | |
tree | f6174eb771100eaea5b92142459d444eb8c122a4 /extra/python-mpd | |
parent | 1902b7cd929221820d5a8fe514b2fd7117eeda10 (diff) | |
parent | 80157e598f7f9bde6ad046f0bc982646c64efe44 (diff) | |
download | nutyx-extra-2c19f7d6f136e9aedc3b010ef7298f9d63564bce.tar.gz nutyx-extra-2c19f7d6f136e9aedc3b010ef7298f9d63564bce.tar.bz2 nutyx-extra-2c19f7d6f136e9aedc3b010ef7298f9d63564bce.tar.xz nutyx-extra-2c19f7d6f136e9aedc3b010ef7298f9d63564bce.zip |
Merge commit 'skippy/master'
Diffstat (limited to 'extra/python-mpd')
-rw-r--r-- | extra/python-mpd/.footprint | 7 | ||||
-rw-r--r-- | extra/python-mpd/.md5sum | 1 | ||||
-rw-r--r-- | extra/python-mpd/Pkgfile | 14 |
3 files changed, 22 insertions, 0 deletions
diff --git a/extra/python-mpd/.footprint b/extra/python-mpd/.footprint new file mode 100644 index 000000000..2cf77f050 --- /dev/null +++ b/extra/python-mpd/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +-rw-r--r-- root/root usr/lib/python2.6/site-packages/mpd.py +-rw-r--r-- root/root usr/lib/python2.6/site-packages/mpd.pyc +-rw-r--r-- root/root usr/lib/python2.6/site-packages/python_mpd-0.2.1-py2.6.egg-info diff --git a/extra/python-mpd/.md5sum b/extra/python-mpd/.md5sum new file mode 100644 index 000000000..04e68b54e --- /dev/null +++ b/extra/python-mpd/.md5sum @@ -0,0 +1 @@ +ba3824fcfde95b6191df7171f623d403 python-mpd-0.2.1.tar.gz 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 +} |