From 8b223dd25135e6fba144ee9143e080af745e9a4d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 30 Apr 2007 08:37:55 +0000 Subject: loudmouth: update to 1.2.2 --- packages/loudmouth/loudmouth_1.2.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/loudmouth/loudmouth_1.2.2.bb diff --git a/packages/loudmouth/loudmouth_1.2.2.bb b/packages/loudmouth/loudmouth_1.2.2.bb new file mode 100644 index 0000000000..d8f519b611 --- /dev/null +++ b/packages/loudmouth/loudmouth_1.2.2.bb @@ -0,0 +1,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 +} -- cgit v1.2.3