aboutsummaryrefslogtreecommitdiffstats
path: root/packages/twisted
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.ne>2006-01-19 12:13:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-19 12:13:26 +0000
commit0d4a5551bc5832e3a029cc8118a10a070356ff0c (patch)
treeb071bc744e40ee2bd68c14f236907b354511a456 /packages/twisted
parentca615691d94f26048c88cdcf066449f2dc2bbcd0 (diff)
downloadopenembedded-0d4a5551bc5832e3a029cc8118a10a070356ff0c.tar.gz
twisted-web: add package
Diffstat (limited to 'packages/twisted')
-rw-r--r--packages/twisted/twisted-web_0.5.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/twisted/twisted-web_0.5.0.bb b/packages/twisted/twisted-web_0.5.0.bb
new file mode 100644
index 0000000000..83513b8473
--- /dev/null
+++ b/packages/twisted/twisted-web_0.5.0.bb
@@ -0,0 +1,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
+