From feecf77b449aa8189d5799aba4c393f46b29ed11 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 10 Oct 2005 11:51:47 +0000 Subject: loudmouth: add 1.0.1 --- packages/loudmouth/.mtn2git_empty | 0 packages/loudmouth/loudmouth_1.0.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 packages/loudmouth/.mtn2git_empty create mode 100644 packages/loudmouth/loudmouth_1.0.1.bb (limited to 'packages/loudmouth') diff --git a/packages/loudmouth/.mtn2git_empty b/packages/loudmouth/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/loudmouth/loudmouth_1.0.1.bb b/packages/loudmouth/loudmouth_1.0.1.bb new file mode 100644 index 0000000000..32cf9156fc --- /dev/null +++ b/packages/loudmouth/loudmouth_1.0.1.bb @@ -0,0 +1,12 @@ +LICENSE = "LGPL" +DEPENDS = "glib-2.0 gnutls" +MAINTAINER = "Koen Kooi " +DESCRIPTION = "Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol." + +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