aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_0.8.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gloox/gloox_0.8.1.bb')
-rw-r--r--recipes/gloox/gloox_0.8.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gloox/gloox_0.8.1.bb b/recipes/gloox/gloox_0.8.1.bb
new file mode 100644
index 0000000000..09004a8182
--- /dev/null
+++ b/recipes/gloox/gloox_0.8.1.bb
@@ -0,0 +1,15 @@
+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"
+
+do_stage () {
+ autotools_stage_all
+}