[oe-commits] Philip Balister : libconfig : Add new recipe for libconfig-1.3.1.

GIT User account git at amethyst.openembedded.net
Sun Mar 22 14:14:18 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9429a8e008563531656b6bdd9be7ec365cd18b1b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9429a8e008563531656b6bdd9be7ec365cd18b1b

Author: Philip Balister <philip at balister.org>
Date:   Sat Mar 21 10:54:53 2009 -0400

libconfig : Add new recipe for libconfig-1.3.1.
            Libconfig is a library for managing structured config files.

---

 recipes/libconfig/libconfig_1.3.1.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/libconfig/libconfig_1.3.1.bb b/recipes/libconfig/libconfig_1.3.1.bb
new file mode 100644
index 0000000..0856afb
--- /dev/null
+++ b/recipes/libconfig/libconfig_1.3.1.bb
@@ -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
+}





More information about the Openembedded-commits mailing list