mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
774 B
Plaintext
15 lines
774 B
Plaintext
PKG_NAME="wokkel"
|
|
PKG_VERSION="0.6.3"
|
|
PKG_REV="1"
|
|
PKG_ARCH="any"
|
|
PKG_LICENSE="free"
|
|
PKG_SITE="http://wokkel.ik.nu/"
|
|
PKG_URL="http://wokkel.ik.nu/releases/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
PKG_DEPENDS="Python distribute TwistedWords"
|
|
PKG_BUILD_DEPENDS="toolchain Python distribute distutilscross TwistedWords"
|
|
PKG_PRIORITY="optional"
|
|
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"
|