aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-03-14 15:12:48 +0000
committerKoen Kooi <koen@openembedded.org>2007-03-14 15:12:48 +0000
commitfeaead134ee6a814b7802cc6a42590cdbdfb4ea5 (patch)
treed9932754c09f8cd4167773a0abf5c3253562b10f
parent9786a54c79e5f9ec7d987896643443bb04d93a54 (diff)
downloadopenembedded-feaead134ee6a814b7802cc6a42590cdbdfb4ea5.tar.gz
loudmouth: pdate to 1.1.1
-rw-r--r--packages/loudmouth/loudmouth_1.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.1.1.bb b/packages/loudmouth/loudmouth_1.1.1.bb
new file mode 100644
index 0000000000..7df03251ba
--- /dev/null
+++ b/packages/loudmouth/loudmouth_1.1.1.bb
@@ -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
+}