contrib/urwid/Pkgfile

18 lines
395 B
Plaintext
Raw Normal View History

# Description: nCurses Wedgets for Python.
# URL: http://excess.org/urwid/
# Maintainer: unmaintained
2007-01-20 03:21:06 +01:00
# Packager: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: python
2006-11-14 00:01:22 +01:00
name=urwid
2007-03-28 02:26:31 +02:00
version=0.9.8
release=1
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
}