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