Merge branch 'opendreambox-1.6' into vuplus-1.6
[vuplus_openembedded] / recipes / gloox / gloox_0.8.9.bb
1 LICENSE     = "GPL"
2 DESCRIPTION = "full-featured Jabber/XMPP client library."
3 SECTION = "networking"
4 PRIORITY    = "optional"
5 PR          = "r0"
6
7 DEPENDS = "iksemel libidn gnutls"
8
9 inherit autotools pkgconfig
10
11 SRC_URI = "http://camaya.net/download/${P}.tar.bz2 \
12            file://gloox-fix-pc.diff;patch=1"
13
14 do_stage () {
15         autotools_stage_all
16 }