aboutsummaryrefslogtreecommitdiffstats
path: root/packages/loudmouth
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-08-31 13:13:25 +0000
committerKoen Kooi <koen@openembedded.org>2008-08-31 13:13:25 +0000
commit90fcfa9df01c6020f8f5fb8480a2332a7b7d3989 (patch)
treec1723e390a314fe10a4fd88e4df30a769c017914 /packages/loudmouth
parentfd22c89450b08a917c2ae373d6ee837bef8a8e6c (diff)
downloadopenembedded-90fcfa9df01c6020f8f5fb8480a2332a7b7d3989.tar.gz
loudmouth: update to 1.3.2
Diffstat (limited to 'packages/loudmouth')
-rw-r--r--packages/loudmouth/loudmouth_1.3.2.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/loudmouth/loudmouth_1.3.2.bb b/packages/loudmouth/loudmouth_1.3.2.bb
new file mode 100644
index 0000000000..d8f519b611
--- /dev/null
+++ b/packages/loudmouth/loudmouth_1.3.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
+}