aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-04-30 08:37:55 +0000
committerKoen Kooi <koen@openembedded.org>2007-04-30 08:37:55 +0000
commit8b223dd25135e6fba144ee9143e080af745e9a4d (patch)
tree597b018672e1bc542c7535a147ea25475caac40e
parent4e41c15ae2e5b1a6faae3806faf7f75cade38238 (diff)
downloadopenembedded-8b223dd25135e6fba144ee9143e080af745e9a4d.tar.gz
loudmouth: update to 1.2.2
-rw-r--r--packages/loudmouth/loudmouth_1.2.2.bb12
1 files changed, 12 insertions, 0 deletions
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
+}