diff options
Diffstat (limited to 'recipes/mkbot/mkbot_0.3.bb')
-rw-r--r-- | recipes/mkbot/mkbot_0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/mkbot/mkbot_0.3.bb b/recipes/mkbot/mkbot_0.3.bb new file mode 100644 index 0000000000..92df433e45 --- /dev/null +++ b/recipes/mkbot/mkbot_0.3.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "MKbot is a modular IRC bot written in C++, using the Qt 4 toolkit. \ +It currently works on networks running hybrid-ircd such as Freenode, and the unreal3 ircd" +HOMEPAGE = "http://fredemmott.co.uk/index.php?page=mkbot" +AUTHOR = "Fred Emmott" +LICENSE = "GPL" +SECTION = "network" + +SRC_URI = "http://files.fredemmott.co.uk/mkbot-${PV}.tar.bz2" +S = "${WORKDIR}/MKbot-0.3" + +inherit qt4x11 + +#FIXME: lacks packaging |