[Lunar-commits] r19786 - moonbase/trunk/libs/confuse

Jannis Pohlmann jannis at lunar-linux.org
Fri Apr 21 21:28:12 UTC 2006


Author: jannis
Date: 2006-04-21 21:28:10 +0000 (Fri, 21 Apr 2006)
New Revision: 19786

Added:
   moonbase/trunk/libs/confuse/BUILD
Modified:
   moonbase/trunk/libs/confuse/DETAILS
Log:
Add patch for missing include path. Update UPDATED value and added MAINTAINER info

Added: moonbase/trunk/libs/confuse/BUILD
===================================================================
--- moonbase/trunk/libs/confuse/BUILD	                        (rev 0)
+++ moonbase/trunk/libs/confuse/BUILD	2006-04-21 21:28:10 UTC (rev 19786)
@@ -0,0 +1,8 @@
+(
+
+  # Apply -I../src/ include patch to tests/Makefile.in
+  patch_it $SOURCE2 0 &&
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/confuse/DETAILS
===================================================================
--- moonbase/trunk/libs/confuse/DETAILS	2006-04-21 21:11:03 UTC (rev 19785)
+++ moonbase/trunk/libs/confuse/DETAILS	2006-04-21 21:28:10 UTC (rev 19786)
@@ -1,11 +1,17 @@
-       MODULE=confuse
-      VERSION=2.5
-       SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_URL[0]=http://savannah.nongnu.org/download/confuse/
-     WEB_SITE=http://www.nongnu.org/confuse/
-      ENTERED=20040822
-      UPDATED=20040822
-        SHORT="Library for configuration files"
+          MODULE=confuse
+         VERSION=2.5
+          SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION.makefile.patch
+      SOURCE_URL=http://savannah.nongnu.org/download/confuse/
+      SOURCE_VFY=0ba87baeb0f6540414b24c4b2d47ae375d0b870d
+     SOURCE2_URL=http://mirror.gezeiten.org/lunar/patches/
+     SOURCE2_VFY=sha1:5ab95aaed59fbf2700826959a7ae98bea21fb1e4
+        WEB_SITE=http://www.nongnu.org/confuse/
+         ENTERED=20040822
+         UPDATED=20060421
+           SHORT="Library for configuration files"
+      MAINTAINER=jannis at xfce.org
+
 cat << EOF
 libConfuse is a configuration file parser library, and written in C.
 It supports sections and (lists of) values 



More information about the Lunar-commits mailing list