add mkbot, a modular IRC bot written in C++, using the Qt 4 toolkit.
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 May 2006 12:14:58 +0000 (12:14 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 12:14:58 +0000 (12:14 +0000)
packages/mkbot/.mtn2git_empty [new file with mode: 0644]
packages/mkbot/mkbot_0.3.bb [new file with mode: 0644]

diff --git a/packages/mkbot/.mtn2git_empty b/packages/mkbot/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mkbot/mkbot_0.3.bb b/packages/mkbot/mkbot_0.3.bb
new file mode 100644 (file)
index 0000000..dd75418
--- /dev/null
@@ -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