From 8c853bc40799ad0f8d7a3386daa036fa9f9c2864 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:39 +0100 Subject: [PATCH] TwistedCore: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/web/TwistedCore/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/web/TwistedCore/meta b/packages/python/web/TwistedCore/meta index 28d692d1da..0587355460 100644 --- a/packages/python/web/TwistedCore/meta +++ b/packages/python/web/TwistedCore/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/web" PKG_SHORTDESC="TwistedCore: An event-based networking framework for Internet applications" PKG_LONGDESC="Twisted is an event-based framework for Internet applications. It includes a Web server, an SMTP/POP3 server, a telnet server, an SSH server, an IRC server, a DNS server, a generic client/server pair for remote object access (Perspective Broker), and APIs for creating new protocols. It supports integration with GTK+, GTK+ 2, Qt, Tkinter, wxPython, Mac OS X (PyObjC) and Win32 event loops. It also supports TCP, SSL and TLS, UDP, Unix sockets, multicast, and serial ports. Supported protocols include HTTP, FTP, SMTP, POP3, IMAP, TOC, OSCAR (AIM and ICQ), SSH, DNS, IRC, NNTP, Jabber, SOCKSv4, Telnet, SIP (for VoIP), and XML-RPC and SOAP using external packages. Most protocols are supported as both servers and clients." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"