diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-11 16:31:13 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-04-11 16:31:13 +0000 |
commit | bfabca4f4b8ca51687ad0be1fea286903c47d63c (patch) | |
tree | cb00fcd8f478401595b7981f23b72a25f3fae77f /packages/gloox | |
parent | 7f2f33a19771f9944d2e49b84ebbcc9a39d055fc (diff) |
gloox: Move to its own directory
Diffstat (limited to 'packages/gloox')
-rw-r--r-- | packages/gloox/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gloox/gloox_0.8.1.bb | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/gloox/.mtn2git_empty b/packages/gloox/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/gloox/.mtn2git_empty diff --git a/packages/gloox/gloox_0.8.1.bb b/packages/gloox/gloox_0.8.1.bb new file mode 100644 index 0000000000..09004a8182 --- /dev/null +++ b/packages/gloox/gloox_0.8.1.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 +} |