increase dvbapp PR.
[vuplus_openembedded] / recipes / loudmouth / loudmouth_1.3.2.bb
1 DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
2 HOMEPAGE = "http://www.loudmouth-project.org/"
3 LICENSE = "LGPL"
4 DEPENDS = "glib-2.0 gnutls check"
5
6 SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"
7
8 inherit autotools pkgconfig
9
10 do_stage() {
11         autotools_stage_all
12 }