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