summaryrefslogtreecommitdiff
path: root/packages/loudmouth
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2008-09-04 10:17:18 +0000
committerThomas Kunze <thommycheck@gmx.de>2008-09-04 10:17:18 +0000
commitae63a4dad7b06af132c6ba5bdb5fb98b2231525a (patch)
tree62d8fae898721cffb503baa6c43ba795427045b9 /packages/loudmouth
parent309c832c2c21ceb97fd589ebce8327d0d2bba731 (diff)
parent3c20604cd26ca8da11ac9afb669629c20355c4e4 (diff)
merge of '0d3b0d788fccfc1c07e0da07e8f8596c062e2ef2'
and '8a4df13bdb5d6b154edb85a4b71e38ac457670a0'
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
+}