aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/loudmouth/loudmouth_1.0.1.bb
blob: 01de00511538dd9c7b206bb35afe7e56d70f4f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gnutls"
DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol."
PR = "r1"

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

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}