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 = "glibc" PR = "r0" inherit pkgconfig autotools SRC_URI = "http://files.jabberstudio.org/iksemel/${P}.tar.gz" do_stage () { autotools_stage_all }