change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / iksemel / iksemel_1.2.bb
1 LICENSE     = "LGPL"
2 DESCRIPTION = "A simple, powerful XML-parsing library written in C."
3 SECTION = "libs"
4 PRIORITY    = "optional"
5 DEPENDS     = "glibc gnutls"
6 PR          = "r0"
7
8 inherit pkgconfig autotools
9
10 SRC_URI = "http://files.jabberstudio.org/iksemel/${P}.tar.gz"
11
12 do_stage () {
13         autotools_stage_all
14 }