# Description: Urwid is a curses-based user interface library for Python. # URL: URL: http://excess.org/urwid/ # NuTyX package info file (http://nutyx.org) # Packager: # NuTyX package info file (http://nutyx.org) # Depends on: python-setuptools name=python-urwid version=1.2.1 release=1 source=( https://pypi.python.org/packages/source/u/urwid/urwid-$version.tar.gz) build() { cd urwid-$version python2 setup.py install --prefix=/usr --root=$PKG } # NuTyX Pkgfile (http://nutyx.org)