summaryrefslogtreecommitdiffstats
path: root/recipes/loudmouth/loudmouth_1.2.2.bb
blob: d8f519b611465a55035d5c99d6fcc9f4a1a5cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
HOMEPAGE = "http://www.loudmouth-project.org/"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls check"

SRC_URI = "http://ftp.imendio.com/pub/imendio/${PN}/src/${PN}-${PV}.tar.gz"

inherit autotools pkgconfig

do_stage() {
        autotools_stage_all
}