diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:40:58 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-03 23:40:58 +0100 |
commit | 66c57440974011d9e98b91932777a08f6a7847ec (patch) | |
tree | 5817ca5b4e7ddec9331f45057db5a360ce79575a /extra/python-mpd/Pkgfile | |
parent | 6631801daffc487e21be995d3417bed44d27fc41 (diff) | |
download | nutyx-extra-66c57440974011d9e98b91932777a08f6a7847ec.tar.gz nutyx-extra-66c57440974011d9e98b91932777a08f6a7847ec.tar.bz2 nutyx-extra-66c57440974011d9e98b91932777a08f6a7847ec.tar.xz nutyx-extra-66c57440974011d9e98b91932777a08f6a7847ec.zip |
Revert "Ajout de fvwm#2.5.28-1"
This reverts commit 6631801daffc487e21be995d3417bed44d27fc41.
Diffstat (limited to 'extra/python-mpd/Pkgfile')
-rw-r--r-- | extra/python-mpd/Pkgfile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/python-mpd/Pkgfile b/extra/python-mpd/Pkgfile deleted file mode 100644 index 426cf7dae..000000000 --- a/extra/python-mpd/Pkgfile +++ /dev/null @@ -1,14 +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 - -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 -} |