aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/loudmouth/loudmouth_1.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/loudmouth/loudmouth_1.1.1.bb')
-rw-r--r--recipes/loudmouth/loudmouth_1.1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/loudmouth/loudmouth_1.1.1.bb b/recipes/loudmouth/loudmouth_1.1.1.bb
new file mode 100644
index 0000000000..7df03251ba
--- /dev/null
+++ b/recipes/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
+}