diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:48:54 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-21 20:48:54 +0100 |
commit | 54621b4a2ef211bf45c3299118eb42a43340b3e8 (patch) | |
tree | 63851aec87469709f9aed5ef638506c1c3cb03d8 /extra/python-mpd/Pkgfile | |
parent | 9fdbfba2fa30523dd1f97017c6ed88032b84734a (diff) | |
download | nutyx-extra-54621b4a2ef211bf45c3299118eb42a43340b3e8.tar.gz nutyx-extra-54621b4a2ef211bf45c3299118eb42a43340b3e8.tar.bz2 nutyx-extra-54621b4a2ef211bf45c3299118eb42a43340b3e8.tar.xz nutyx-extra-54621b4a2ef211bf45c3299118eb42a43340b3e8.zip |
python-mpd dans ouvert
Diffstat (limited to 'extra/python-mpd/Pkgfile')
-rw-r--r-- | extra/python-mpd/Pkgfile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/python-mpd/Pkgfile b/extra/python-mpd/Pkgfile deleted file mode 100644 index 6dbd0c2a2..000000000 --- a/extra/python-mpd/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# 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 -# Run on: - -name=python-mpd -version=0.3.0 -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 -} - |