contrib/urwid/Pkgfile

18 lines
438 B
Plaintext
Raw Normal View History

# Description: nCurses Wedgets for Python.
# URL: http://excess.org/urwid/
2007-01-20 03:21:06 +01:00
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: python
2006-11-14 00:01:22 +01:00
name=urwid
2007-01-21 05:11:18 +01:00
version=0.9.7.2
2007-03-24 11:59:24 +01:00
release=2
2006-11-14 00:01:22 +01:00
source=(http://excess.org/$name/$name-$version.tar.gz)
build() {
cd $name-$version
python ./setup.py install --root=$PKG
chown -R root:root $PKG
2006-11-14 00:01:22 +01:00
}