blob: bcc0f192d1fa1a0cfb473ed6d490f57d86888c0c (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "console/network"
DESCRIPTION = "Supybot is a clearly-written Python IRC \
framework and bot, intended to be both easily \
extensible and very flexible."
LICENSE = "BSD"
SRC_URI = "${SOURCEFORGE_MIRROR}/supybot/Supybot-${PV}.tar.bz2"
S = "${WORKDIR}/Supybot-${PV}"
inherit distutils
|