aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted/twisted-web_0.5.0.bb
blob: 83513b847341eaae44bcd9cfc6f643971c1cf982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Twisted web is a web server, and also provides basic HTTP \
client support. You may want to check out Nevow, a templating toolkit \
designed for twisted.web, and Twisted Web2, the next generation Twisted web server."

HOMEPAGE = "http://www.twistedmatrix.com"
SECTION = "console/network"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "twisted-native"
RDEPENDS = "twisted"

SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Web/0.5/TwistedWeb-${PV}.tar.bz2"

S = "${WORKDIR}/TwistedWeb-${PV}"

inherit distutils