libconfig : Add new recipe for libconfig-1.3.1.
authorPhilip Balister <philip@balister.org>
Sat, 21 Mar 2009 14:54:53 +0000 (10:54 -0400)
committerPhilip Balister <philip@balister.org>
Sun, 22 Mar 2009 14:02:29 +0000 (10:02 -0400)
            Libconfig is a library for managing structured config files.

recipes/libconfig/libconfig_1.3.1.bb [new file with mode: 0644]

diff --git a/recipes/libconfig/libconfig_1.3.1.bb b/recipes/libconfig/libconfig_1.3.1.bb
new file mode 100644 (file)
index 0000000..0856afb
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "Library for manipulating structured configuration files"
+AUTHOR = "Mark Lindner"
+HOMEPAGE = "http://www.hyperrealm.com/libconfig/"
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPLv2"
+DEPENDS = ""
+PV = "1.3.1"
+PR = "r0"
+
+SRC_URI = "http://www.hyperrealm.com/libconfig/libconfig-${PV}.tar.gz"
+
+S = "${WORKDIR}/libconfig-${PV}"
+
+inherit autotools
+
+do_stage() {
+       autotools_stage_all
+}