diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-11 15:49:08 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-11 15:49:08 +0000 |
commit | fb6c28d67e74fabb1e3f0255b986ac1abe9214ec (patch) | |
tree | 7bb3e0fda2e64cb5a562181f9a0c0ecf9569408a /packages/gloox | |
parent | a046e446b71ce7920c1dc79b879019b40dee5b43 (diff) |
gloox: Move to its own directory.
Diffstat (limited to 'packages/gloox')
-rw-r--r-- | packages/gloox | 15 |
1 files changed, 15 insertions, 0 deletions
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 +} |