[Lunar-commits] CVS: moonbase/gnome2-core/linc BUILD, 1.4,
1.5 DETAILS, 1.6, 1.7 POST_INSTALL, 1.2, NONE
Nick Hudson
nhudson at lunar-linux.org
Fri Apr 9 14:37:11 GMT 2004
Update of /var/cvs/lunar/moonbase/gnome2-core/linc
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9576/linc
Modified Files:
BUILD DETAILS
Removed Files:
POST_INSTALL
Log Message:
1st of updates to Gnome, testing out merging of the GNOME_UNSTABLE branch to moonbase
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/linc/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD 13 Sep 2003 15:33:53 -0000 1.4
+++ BUILD 9 Apr 2004 14:37:09 -0000 1.5
@@ -1,14 +1,12 @@
(
- ./configure --build=$BUILD \
- --sysconfdir=/etc \
- --prefix=/opt/lunar/gnome/2.4 \
- --localstatedir=/var \
- --infodir=/opt/lunar/gnome/2.4/share/info \
- --mandir=/opt/lunar/gnome/2.4/share/man \
- --with-html-dir=/usr/share/gtk-doc/html \
- $OPTS &&
-
- default_make
+ ./configure --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/gnome2-core/linc/DETAILS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DETAILS 15 Sep 2003 14:35:54 -0000 1.6
+++ DETAILS 9 Apr 2004 14:37:09 -0000 1.7
@@ -6,7 +6,7 @@
SOURCE_VFY=md5:265d5de469fdc5be76c7c4cd72a27433
WEB_SITE=http://orbit-resource.sourceforge.net
ENTERED=20020714
- UPDATED=20030915
+ UPDATED=20040202
SHORT="linc is a library for writing networked servers & clients."
cat << EOF
linc is a library that eases the task of writing networked servers &
--- POST_INSTALL DELETED ---
More information about the Lunar-commits
mailing list