summaryrefslogtreecommitdiffstats
path: root/recipes/loudmouth
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-07-01 13:35:23 +0200
committerKoen Kooi <koen@openembedded.org>2009-07-01 13:35:23 +0200
commitae63c8ef498264dafb698bf328df8a666e6356cb (patch)
tree88faddd0f2a522544a85c7bf81f59a600524da11 /recipes/loudmouth
parent851c0b4629ffcfbe4aacb91297c9cee80db9c2de (diff)
downloadopenembedded-ae63c8ef498264dafb698bf328df8a666e6356cb.tar.gz
loudmouth: add 1.4.3
Diffstat (limited to 'recipes/loudmouth')
-rw-r--r--recipes/loudmouth/loudmouth_1.4.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/loudmouth/loudmouth_1.4.3.bb b/recipes/loudmouth/loudmouth_1.4.3.bb
new file mode 100644
index 0000000000..d8f519b611
--- /dev/null
+++ b/recipes/loudmouth/loudmouth_1.4.3.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
+}