aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_0.8.9.bb
blob: d6115e3ed49c8086bbff25ce79cf8bf501ebb893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 \
	   file://gloox-fix-pc.diff;apply=yes"

do_stage () {
	autotools_stage_all
}

SRC_URI[md5sum] = "dc590e34107de5cb296c238afa8e843b"
SRC_URI[sha256sum] = "9d9ef356cc4478499442573556787125dc76c8acd1e55e5001fb11f1e224d27f"