[Lunar-commits] <moonbase> libcfg+: new module
Christian Krause
wookietreiber at lunar-linux.org
Wed May 11 11:01:55 CEST 2011
commit 27d97ceaab0fbdccd0dd1e74b04f4d3a0f3c0949
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date: Wed May 11 11:01:55 2011 +0200
libcfg+: new module
will be needed by future gnutls versions
---
zbeta/libcfg+/BUILD | 10 ++++++++++
zbeta/libcfg+/DETAILS | 19 +++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/zbeta/libcfg+/BUILD b/zbeta/libcfg+/BUILD
new file mode 100644
index 0000000..34a373c
--- /dev/null
+++ b/zbeta/libcfg+/BUILD
@@ -0,0 +1,10 @@
+(
+
+ CFLAGS+=" -fPIC" &&
+
+ sedit "s?\$(LIBSTATIC) \$(LIBDYNAMICV)?\$(LIBDYNAMICV)?g" Rules.make.in src/Makefile.in &&
+ sedit "s?\$(LD)?gcc?g" Rules.make.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libcfg+/DETAILS b/zbeta/libcfg+/DETAILS
new file mode 100644
index 0000000..76383bb
--- /dev/null
+++ b/zbeta/libcfg+/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=libcfg+
+ VERSION=0.6.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://platon.sk/upload/_projects/00003
+ SOURCE_VFY=sha1:856d647bb06e37d3c6e48d356a3e11796ebed35b
+ WEB_SITE=http://platon.sk/projects/main_page.php?project_id=3
+ ENTERED=20110407
+ UPDATED=20110407
+ SHORT="command line and configuration file parsing library"
+ PSAFE=no
+
+cat << EOF
+libcfg+ is a C library that features multi- command line and configuration
+file parsing. It is possible to set up various special properties such as
+quoting characters, deliminator strings, file comment prefixes, multi-line
+postfixes, and more. It supports many data types such as booleans, integers,
+decimal numbers, strings with many additional data type flags
+(such as multiple values for a single option).
+EOF
More information about the Lunar-commits
mailing list