summaryrefslogtreecommitdiffstats
path: root/extra/urwid/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:04:06 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:04:06 +0100
commitc9660f0bc71c2c67c2d368a666c6bd5406577db9 (patch)
treefd6d91a9992a54fec1c376eef2bae0b8a5e3071f /extra/urwid/Pkgfile
parent49d580527f599f70153ab704c845b70da66d70ba (diff)
downloadnutyx-extra-c9660f0bc71c2c67c2d368a666c6bd5406577db9.tar.gz
nutyx-extra-c9660f0bc71c2c67c2d368a666c6bd5406577db9.tar.bz2
nutyx-extra-c9660f0bc71c2c67c2d368a666c6bd5406577db9.tar.xz
nutyx-extra-c9660f0bc71c2c67c2d368a666c6bd5406577db9.zip
Ajout de urwid#0.9.8.4-1
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
+}
+