add mcabber: close bug# 4669 courtesy of Elena ``of Valhalla''
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 12 Oct 2008 07:02:57 +0000 (07:02 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 12 Oct 2008 07:02:57 +0000 (07:02 +0000)
packages/mcabber/.mtn2git_empty [new file with mode: 0644]
packages/mcabber/mcabber_0.9.9.bb [new file with mode: 0644]

diff --git a/packages/mcabber/.mtn2git_empty b/packages/mcabber/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mcabber/mcabber_0.9.9.bb b/packages/mcabber/mcabber_0.9.9.bb
new file mode 100644 (file)
index 0000000..8f399c8
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "Jabber ncurses client"
+HOMEPAGE = "http://www.lilotux.net/~mikael/mcabber/"
+AUTHOR = "Mikael Berthe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "ncurses openssl gpgme"
+
+SRC_URI = "http://www.lilotux.net/~mikael/mcabber/files/mcabber-${PV}.tar.bz2"
+
+inherit autotools
+
+do_configure() {
+  export ac_cv_func_malloc_0_nonnull=yes
+  export ac_cv_func_realloc_0_nonnull=yes
+  oe_runconf
+}