gloox: Add 0.8.9
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 15 Aug 2007 14:51:06 +0000 (14:51 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 15 Aug 2007 14:51:06 +0000 (14:51 +0000)
packages/gloox/gloox_0.8.9.bb [new file with mode: 0644]

diff --git a/packages/gloox/gloox_0.8.9.bb b/packages/gloox/gloox_0.8.9.bb
new file mode 100644 (file)
index 0000000..09004a8
--- /dev/null
@@ -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
+}