blob: 8424d29fc2f4f1d479737f28c2a4f3b53eee22c9 (
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"
do_stage () {
autotools_stage_all
}
SRC_URI[md5sum] = "dc590e34107de5cb296c238afa8e843b"
SRC_URI[sha256sum] = "9d9ef356cc4478499442573556787125dc76c8acd1e55e5001fb11f1e224d27f"
|