blob: 7d5f9f320ec89f1d91508c509534a7c445b06577 (
plain)
1 # Description: nCurses Wedgets for Python.
2 # URL: http://excess.org/urwid/
3 # Maintainer: unmaintained
4 # Packager: James Mills, prologic at shortcircuit dot net dot au
5 #
6 # Depends on: python
7
8 name=urwid
9 version=0.9.8
10 release=1
11 source=(http://excess.org/$name/$name-$version.tar.gz)
12
13 build() {
14 cd $name-$version
15 python ./setup.py install --root=$PKG
16 chown -R root:root $PKG
17 }
|