libconfig: Add 1.3.2.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 7 Dec 2009 09:31:21 +0000 (09:31 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 6 Jan 2010 08:34:52 +0000 (09:34 +0100)
recipes/libconfig/libconfig_1.3.2.bb [new file with mode: 0644]

diff --git a/recipes/libconfig/libconfig_1.3.2.bb b/recipes/libconfig/libconfig_1.3.2.bb
new file mode 100644 (file)
index 0000000..5606ff2
--- /dev/null
@@ -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
+}