From 87843af59e97732a03abe2b2f7eff7db1ec70f22 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:40 +0100 Subject: [PATCH] wokkel: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/web/wokkel/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/web/wokkel/meta b/packages/python/web/wokkel/meta index 591b22ead5..8e841e3186 100644 --- a/packages/python/web/wokkel/meta +++ b/packages/python/web/wokkel/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/web" PKG_SHORTDESC="wokkel: Wokkel is a Python module for experimenting with future enhancements to TwistedWords" PKG_LONGDESC="Wokkel is collection of enhancements on top of the Twisted networking framework, written in Python. It mostly provides a testing ground for enhancements to the Jabber/XMPP protocol implementation as found in Twisted Words, that are meant to eventually move there." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"