contrib/urwid/Pkgfile

18 lines
477 B
Plaintext
Raw Normal View History

2013-06-30 12:41:25 +02:00
# Description: A console user interface library for python.
2016-04-10 02:20:03 +02:00
# URL: http://urwid.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2013-06-30 12:41:25 +02:00
# Packager: Daryl Fonseca-Holt, wyatt at prairieturtle dot ca
# Depends on: setuptools
2013-06-30 12:41:25 +02:00
name=urwid
2016-04-10 02:20:03 +02:00
version=1.3.1
2013-06-30 12:41:25 +02:00
release=1
2016-04-10 02:20:03 +02:00
source=(https://pypi.python.org/packages/source/u/urwid/$name-$version.tar.gz)
2013-06-30 12:41:25 +02:00
build() {
cd $name-$version
/usr/bin/python setup.py build
/usr/bin/python setup.py install --prefix=/usr --root=$PKG --optimize=1
2013-06-30 12:41:25 +02:00
}