summaryrefslogtreecommitdiffstats
path: root/recipes/iksemel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/iksemel')
-rw-r--r--recipes/iksemel/iksemel_1.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/iksemel/iksemel_1.2.bb b/recipes/iksemel/iksemel_1.2.bb
new file mode 100644
index 0000000000..903d8f046d
--- /dev/null
+++ b/recipes/iksemel/iksemel_1.2.bb
@@ -0,0 +1,14 @@
+LICENSE = "LGPL"
+DESCRIPTION = "A simple, powerful XML-parsing library written in C."
+SECTION = "libs"
+PRIORITY = "optional"
+DEPENDS = "glibc gnutls"
+PR = "r0"
+
+inherit pkgconfig autotools
+
+SRC_URI = "http://files.jabberstudio.org/iksemel/${P}.tar.gz"
+
+do_stage () {
+ autotools_stage_all
+}