From: Junqian Gordon Xu Date: Sun, 12 Oct 2008 07:02:57 +0000 (+0000) Subject: add mcabber: close bug# 4669 courtesy of Elena ``of Valhalla'' X-Git-Tag: Release-2010-05/1~5837^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be3a03dbcd74bfc45a385957f9a92a919101502;p=openembedded.git add mcabber: close bug# 4669 courtesy of Elena ``of Valhalla'' --- diff --git a/packages/mcabber/.mtn2git_empty b/packages/mcabber/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/mcabber/mcabber_0.9.9.bb b/packages/mcabber/mcabber_0.9.9.bb new file mode 100644 index 0000000000..8f399c888c --- /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 +}