aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gloox/gloox_1.0.bb')
-rw-r--r--recipes/gloox/gloox_1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gloox/gloox_1.0.bb b/recipes/gloox/gloox_1.0.bb
new file mode 100644
index 0000000000..d59e166141
--- /dev/null
+++ b/recipes/gloox/gloox_1.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "full-featured Jabber/XMPP client library."
+SECTION = "networking"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "iksemel libidn gnutls"
+PR = "r0"
+
+SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \
+ "
+SRC_URI[md5sum] = "f8eacf1c6476e0a309b453fd04f90e31"
+SRC_URI[sha256sum] = "b53f3e83e97f2f8d46e482620389b7778b7b0d95b2518ce5e1ae6d81bb2bcde8"
+
+inherit autotools pkgconfig
+