aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_0.8.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gloox/gloox_0.8.9.bb')
-rw-r--r--recipes/gloox/gloox_0.8.9.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gloox/gloox_0.8.9.bb b/recipes/gloox/gloox_0.8.9.bb
new file mode 100644
index 0000000000..562fb90eb3
--- /dev/null
+++ b/recipes/gloox/gloox_0.8.9.bb
@@ -0,0 +1,16 @@
+LICENSE = "GPL"
+DESCRIPTION = "full-featured Jabber/XMPP client library."
+SECTION = "networking"
+PRIORITY = "optional"
+PR = "r0"
+
+DEPENDS = "iksemel libidn gnutls"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \
+ file://gloox-fix-pc.diff;patch=1"
+
+do_stage () {
+ autotools_stage_all
+}