blob: 9a6ea7b43f6f5d46f009ead1719d551cdb8f8c6b (
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."
SRC_URI = "${SOURCEFORGE_MIRROR}/supybot/Supybot-${PV}.tar.bz2"
S = "${WORKDIR}/Supybot-${PV}"
inherit distutils
|