]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/twisted/twisted_1.2.0.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / twisted / twisted_1.2.0.bb
1 DESCRIPTION = "Twisted is an event-driven networking framework written in Python and licensed under the LGPL. \
2 Twisted supports TCP, UDP, SSL/TLS, multicast, Unix sockets, a large number of protocols                   \
3 (including HTTP, NNTP, IMAP, SSH, IRC, FTP, and others), and much more."
4 HOMEPAGE = "http://www.twistedmatrix.com"
5 SECTION = "console/network"
6 PRIORITY = "optional"
7 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
8 LICENSE = "LGPL"
9 RDEPENDS = "python-core"
10
11 SRC_URI = "http://twisted.sourceforge.net/Twisted-${PV}.tar.bz2"
12 S = "${WORKDIR}/Twisted-${PV}"
13
14 inherit distutils
15