aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mkbot
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-09 12:14:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-09 12:14:58 +0000
commitf8f6eb3b7a59af56021570e69a09b4f738dc57be (patch)
tree9d3ee66ad34c17a76a712d92942053c430d871f7 /packages/mkbot
parentb9c1fc3a50ed2a06cf9c5425942cbf69ea9bdf61 (diff)
downloadopenembedded-f8f6eb3b7a59af56021570e69a09b4f738dc57be.tar.gz
add mkbot, a modular IRC bot written in C++, using the Qt 4 toolkit.
Diffstat (limited to 'packages/mkbot')
-rw-r--r--packages/mkbot/.mtn2git_empty0
-rw-r--r--packages/mkbot/mkbot_0.3.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/mkbot/.mtn2git_empty b/packages/mkbot/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/mkbot/.mtn2git_empty
diff --git a/packages/mkbot/mkbot_0.3.bb b/packages/mkbot/mkbot_0.3.bb
new file mode 100644
index 0000000000..dd75418fdb
--- /dev/null
+++ b/packages/mkbot/mkbot_0.3.bb
@@ -0,0 +1,14 @@
+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"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+SRC_URI = "http://files.fredemmott.co.uk/mkbot-${PV}.tar.bz2"
+S = "${WORKDIR}/MKbot-0.3"
+
+inherit qmake qt4x11
+
+#FIXME: lacks packaging