From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: libconfuse
Date: Mon, 22 Sep 2008 01:11:05 -0700 (PDT) [thread overview]
Message-ID: <20080922081105.960D6F8008@busybox.net> (raw)
Author: jacmet
Date: 2008-09-22 01:11:05 -0700 (Mon, 22 Sep 2008)
New Revision: 23452
Log:
package: add libconfuse - A library for parsing configuration files
Added:
trunk/buildroot/package/libconfuse/
trunk/buildroot/package/libconfuse/Config.in
trunk/buildroot/package/libconfuse/libconfuse.mk
Modified:
trunk/buildroot/package/Config.in
Changeset:
Modified: trunk/buildroot/package/Config.in
===================================================================
--- trunk/buildroot/package/Config.in 2008-09-22 08:11:02 UTC (rev 23451)
+++ trunk/buildroot/package/Config.in 2008-09-22 08:11:05 UTC (rev 23452)
@@ -78,6 +78,7 @@
source "package/less/Config.in"
endif
source "package/libconfig/Config.in"
+source "package/libconfuse/Config.in"
source "package/libdaemon/Config.in"
source "package/libelf/Config.in"
source "package/libevent/Config.in"
Added: trunk/buildroot/package/libconfuse/Config.in
===================================================================
--- trunk/buildroot/package/libconfuse/Config.in (rev 0)
+++ trunk/buildroot/package/libconfuse/Config.in 2008-09-22 08:11:05 UTC (rev 23452)
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_LIBCONFUSE
+ bool "libconfuse"
+ help
+ LibConfuse is a configuration file parser library written in
+ C. It supports sections and (lists of) values (strings,
+ integers, floats, booleans or other sections), as well as some
+ other features (such as single/double-quoted strings,
+ environment variable expansion, functions and nested include
+ statements.
+
+ http://www.nongnu.org/confuse/
Added: trunk/buildroot/package/libconfuse/libconfuse.mk
===================================================================
--- trunk/buildroot/package/libconfuse/libconfuse.mk (rev 0)
+++ trunk/buildroot/package/libconfuse/libconfuse.mk 2008-09-22 08:11:05 UTC (rev 23452)
@@ -0,0 +1,18 @@
+#############################################################
+#
+# libconfuse
+#
+#############################################################
+LIBCONFUSE_VERSION:=2.6
+LIBCONFUSE_SOURCE:=confuse-$(LIBCONFUSE_VERSION).tar.gz
+LIBCONFUSE_SITE:=http://bzero.se/confuse/
+LIBCONFUSE_AUTORECONF:=NO
+LIBCONFUSE_INSTALL_STAGING:=YES
+LIBCONFUSE_INSTALL_TARGET:=YES
+LIBCONFUSE_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
+
+LIBCONFUSE_CONF_OPT:=--enable-shared --disable-rpath $(DISABLE_NLS)
+
+LIBCONFUSE_DEPENDENCIES = uclibc
+
+$(eval $(call AUTOTARGETS,package,libconfuse))
next reply other threads:[~2008-09-22 8:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-22 8:11 jacmet at uclibc.org [this message]
2008-09-22 10:49 ` [Buildroot] svn commit: trunk/buildroot/package: libconfuse Hans-Christian Egtvedt
2008-09-22 11:44 ` Peter Korsgaard
2008-09-22 11:47 ` Hans-Christian Egtvedt
2008-09-22 15:15 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080922081105.960D6F8008@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox