summaryrefslogtreecommitdiffstats
path: root/extra/urwid/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/urwid/Pkgfile')
-rw-r--r--extra/urwid/Pkgfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/urwid/Pkgfile b/extra/urwid/Pkgfile
new file mode 100644
index 000000000..736903dcd
--- /dev/null
+++ b/extra/urwid/Pkgfile
@@ -0,0 +1,14 @@
+# Description: Librairie d'interface d'utilisateur console
+# URL: http://excess.org/urwid
+# Maintainer: NuTyX core team
+# Packager: Skippythekangoo AT yahoo DOT fr
+# Depends on: python
+name=urwid
+version=0.9.8.4
+release=1
+source=(http://excess.org/$name/$name-$version.tar.gz)
+build() {
+cd $name-$version
+ python setup.py build install --root=$PKG
+}
+