aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gloox/gloox_0.8.9.bb
blob: 562fb90eb379d08936e48804f7e52f1a811f5721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;patch=1"

do_stage () {
	autotools_stage_all
}