summaryrefslogtreecommitdiff
path: root/packages/twisted
diff options
context:
space:
mode:
Diffstat (limited to 'packages/twisted')
-rw-r--r--packages/twisted/twisted_1.2.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/twisted/twisted_1.2.0.bb b/packages/twisted/twisted_1.2.0.bb
index e69de29bb2..ce2335ec98 100644
--- a/packages/twisted/twisted_1.2.0.bb
+++ b/packages/twisted/twisted_1.2.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
+Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols \
+(including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
+HOMEPAGE = "http://www.twistedmatrix.com"
+SECTION = "console/network"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "LGPL"
+RDEPENDS = "python-core"
+
+SRC_URI = "http://twisted.sourceforge.net/Twisted-${PV}.tar.bz2"
+S = "${WORKDIR}/Twisted-${PV}"
+
+inherit distutils
+