aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iksemel/iksemel_1.2.bb
blob: c393f687d861002a30a4388095c47b05f426f93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
}