aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mcabber/mcabber_0.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mcabber/mcabber_0.9.9.bb')
-rw-r--r--recipes/mcabber/mcabber_0.9.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/mcabber/mcabber_0.9.9.bb b/recipes/mcabber/mcabber_0.9.9.bb
new file mode 100644
index 0000000000..8f399c888c
--- /dev/null
+++ b/recipes/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
+}