diff options
author | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-15 13:04:06 +0100 |
---|---|---|
committer | Skippy the Kangoo <Skippythekangoo at yahoo dot fr> | 2009-11-15 13:04:06 +0100 |
commit | c9660f0bc71c2c67c2d368a666c6bd5406577db9 (patch) | |
tree | fd6d91a9992a54fec1c376eef2bae0b8a5e3071f /extra/urwid/Pkgfile | |
parent | 49d580527f599f70153ab704c845b70da66d70ba (diff) | |
download | nutyx-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/Pkgfile | 14 |
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 +} + |