summaryrefslogtreecommitdiffstats
path: root/extra/python-mpd/Pkgfile
diff options
context:
space:
mode:
authorlesibel <lesibel@free.fr>2009-11-04 11:44:49 +0100
committerlesibel <lesibel@free.fr>2009-11-04 11:44:49 +0100
commit40667e223a28fe8d6c7c50453aefde709c1948dd (patch)
tree157ded1885e4b515a5aaa78407a9320b17867136 /extra/python-mpd/Pkgfile
parenta0c1d7fa3024601998a9f007a24bdf20681c5da4 (diff)
parent814af508a237000f57b4b7066da139ee018e5384 (diff)
downloadnutyx-extra-40667e223a28fe8d6c7c50453aefde709c1948dd.tar.gz
nutyx-extra-40667e223a28fe8d6c7c50453aefde709c1948dd.tar.bz2
nutyx-extra-40667e223a28fe8d6c7c50453aefde709c1948dd.tar.xz
nutyx-extra-40667e223a28fe8d6c7c50453aefde709c1948dd.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/python-mpd/Pkgfile')
-rw-r--r--extra/python-mpd/Pkgfile14
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
+}