diff options
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 -} - |