[oe-commits] : add mcabber: close bug# 4669 courtesy of Elena ``of Valhalla''

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Oct 12 07:05:03 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: 1446bb947b7ddfca7b88ceffa5760e5b8b708091
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=1446bb947b7ddfca7b88ceffa5760e5b8b708091

Author:  <xjqian at openembedded.org>
Date:   Sun Oct 12 07:02:57 2008 +0000

add mcabber: close bug# 4669  courtesy of Elena ``of Valhalla''

---

 packages/mcabber/mcabber_0.9.9.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/mcabber/.mtn2git_empty b/packages/mcabber/.mtn2git_empty
new file mode 100644
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
index 0000000..8f399c8
--- /dev/null
+++ b/packages/mcabber/mcabber_0.9.9.bb
@@ -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
+}





More information about the Openembedded-commits mailing list