aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iksemel/iksemel_1.2.bb
blob: fe8c43c507f7c32fe7f8c8a44e429869f40f7428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE     = "LGPL"
DESCRIPTION = "A simple, powerful XML-parsing library written in C."
SECTION = "libs"
PRIORITY    = "optional"
DEPENDS     = "gnutls"
PR          = "r0"

inherit pkgconfig autotools

SRC_URI = "http://files.jabberstudio.org/iksemel/${P}.tar.gz"

do_stage () {
	autotools_stage_all
}

SRC_URI[md5sum] = "82e7c8fdb6211839246b788c040a796b"
SRC_URI[sha256sum] = "a606e230b22d9d029998b84e5d6311a8ba35a304fe457e254eb5fd19943cd639"