[Lunar-commits] <moonbase> dotconf: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat May 7 17:44:25 CEST 2011
commit aade0408269ee3e278edbe99813ce1314639d18c
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat May 7 11:44:25 2011 -0400
dotconf: Adding to moonbase.
---
libs/dotconf/BUILD | 12 ++++++++++++
libs/dotconf/DETAILS | 14 ++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/libs/dotconf/BUILD b/libs/dotconf/BUILD
new file mode 100644
index 0000000..50a071f
--- /dev/null
+++ b/libs/dotconf/BUILD
@@ -0,0 +1,12 @@
+(
+
+ aclocal &&
+ autoheader &&
+ libtoolize -f -i &&
+ automake -a -f &&
+ autoconf -f &&
+ autoreconf &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/dotconf/DETAILS b/libs/dotconf/DETAILS
new file mode 100644
index 0000000..fe2a098
--- /dev/null
+++ b/libs/dotconf/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=dotconf
+ VERSION=1.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=https://github.com/williamh/dotconf/tarball/master
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/williamh-dotconf-651d87f
+ SOURCE_VFY=sha1:a9db8851cbbedae3d9af06aef3cc727ffb21222f
+ WEB_SITE=https://github.com/williamh/dotconf
+ ENTERED=20110507
+ UPDATED=20110507
+ SHORT="configuration file parser"
+
+cat << EOF
+Configuration file parser.
+EOF
More information about the Lunar-commits
mailing list