aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libconfig
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libconfig')
-rw-r--r--recipes/libconfig/libconfig_1.3.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libconfig/libconfig_1.3.2.bb b/recipes/libconfig/libconfig_1.3.2.bb
new file mode 100644
index 0000000000..5606ff24ca
--- /dev/null
+++ b/recipes/libconfig/libconfig_1.3.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Library for manipulating structured configuration files"
+AUTHOR = "Mark Lindner"
+HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPLv2"
+PR = "r0"
+
+SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"
+
+S = "${WORKDIR}/libconfig-${PV}"
+
+inherit autotools
+
+do_stage() {
+ autotools_stage_all
+}