aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted/twisted-web_0.7.0.bb
blob: 05f5c0473a4fc9eaa1b91643570ba85ffcd7c639 (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.7/TwistedWeb-${PV}.tar.bz2"

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

inherit distutils