From fb6c28d67e74fabb1e3f0255b986ac1abe9214ec Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 11 Apr 2007 15:49:08 +0000 Subject: gloox: Move to its own directory. --- packages/gloox | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/gloox (limited to 'packages/gloox') diff --git a/packages/gloox b/packages/gloox new file mode 100644 index 0000000000..09004a8182 --- /dev/null +++ b/packages/gloox @@ -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 +} -- cgit 1.2.3-korg