contrib/tornadoweb/Pkgfile

16 lines
396 B
Plaintext
Raw Normal View History

2009-09-12 01:23:21 +02:00
# Description: scalable, non-blocking webserver
# URL: http://tornadoweb.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: python
# Nice to have: python-pycurl, python-simplejson
name=tornadoweb
version=0.1
release=1
source=(http://www.tornadoweb.org/static/tornado-$version.tar.gz)
build () {
cd tornado-$version
python setup.py install --root=$PKG
}