loudmouth: update to 1.3.2
authorKoen Kooi <koen@openembedded.org>
Sun, 31 Aug 2008 13:13:25 +0000 (13:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 31 Aug 2008 13:13:25 +0000 (13:13 +0000)
packages/loudmouth/loudmouth_1.3.2.bb [new file with mode: 0644]

diff --git a/packages/loudmouth/loudmouth_1.3.2.bb b/packages/loudmouth/loudmouth_1.3.2.bb
new file mode 100644 (file)
index 0000000..d8f519b
--- /dev/null
@@ -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
+}