summaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_0.8.1.bb
blob: 09004a81825eb3b61effd474b0671fa92b6b7c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}