loudmouth: pdate to 1.1.1
authorKoen Kooi <koen@openembedded.org>
Wed, 14 Mar 2007 15:12:48 +0000 (15:12 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Mar 2007 15:12:48 +0000 (15:12 +0000)
packages/loudmouth/loudmouth_1.1.1.bb [new file with mode: 0644]

diff --git a/packages/loudmouth/loudmouth_1.1.1.bb b/packages/loudmouth/loudmouth_1.1.1.bb
new file mode 100644 (file)
index 0000000..7df0325
--- /dev/null
@@ -0,0 +1,11 @@
+LICENSE = "LGPL"
+DEPENDS = "glib-2.0 gnutls check"
+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
+}