summaryrefslogtreecommitdiffstats
path: root/extra/python-mpd/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:39:25 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-03 23:39:25 +0100
commit6631801daffc487e21be995d3417bed44d27fc41 (patch)
tree9fa58dd729c6b92b4532b744df1941fcd5cbbfe9 /extra/python-mpd/Pkgfile
parent6d6d5f477a2c34ace07cb138f1ea19b4ea5d971b (diff)
downloadnutyx-extra-6631801daffc487e21be995d3417bed44d27fc41.tar.gz
nutyx-extra-6631801daffc487e21be995d3417bed44d27fc41.tar.bz2
nutyx-extra-6631801daffc487e21be995d3417bed44d27fc41.tar.xz
nutyx-extra-6631801daffc487e21be995d3417bed44d27fc41.zip
Ajout de fvwm#2.5.28-1
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
+}