diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 14:51:06 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 14:51:06 +0000 |
commit | c43c974c6593aa45eb471c332d68252f0f10813a (patch) | |
tree | 3600d20eb552938482ca231cbdac3a8d7fc4a11f /packages/gloox | |
parent | ee8aefa8e88756bd6b71c59b60a221de38bb5d95 (diff) |
gloox: Add 0.8.9
Diffstat (limited to 'packages/gloox')
-rw-r--r-- | packages/gloox/gloox_0.8.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gloox/gloox_0.8.9.bb b/packages/gloox/gloox_0.8.9.bb new file mode 100644 index 0000000000..09004a8182 --- /dev/null +++ b/packages/gloox/gloox_0.8.9.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 +} |