[Lunar-commits] CVS: moonbase/games/stellarium BUILD, 1.1,
1.2 DETAILS, 1.1, 1.2
Florin Braescu
florin at lunar-linux.org
Sun Jun 13 15:58:02 GMT 2004
Update of /var/cvs/lunar/moonbase/games/stellarium
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3422
Modified Files:
BUILD DETAILS
Log Message:
fix the install location of the game.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/stellarium/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 22 Apr 2004 12:07:32 -0000 1.1
+++ BUILD 13 Jun 2004 15:57:59 -0000 1.2
@@ -1,9 +1,12 @@
(
- default_config &&
-
- sedit "s/^CFLAGS = -s -Wall -O2 -ffast-math -fexpensive-optimizations/CFLAGS = $CFLAGS/" src/Makefile src/glpng/Makefile src/astrolib/Makefile &&
- sedit "s/^CXXFLAGS = -s -Wall -O2 -ffast-math -fexpensive-optimizations/CXXFLAGS = $CFLAGS/" src/Makefile src/glpng/Makefile src/astrolib/Makefile &&
+ ./configure --prefix=/usr \
+ --bindir=/usr/games \
+ --datadir=/usr/share/games \
+ $OPTS &&
+
+# sedit "s/^CFLAGS = -s -Wall -O2 -ffast-math -fexpensive-optimizations/CFLAGS = $CFLAGS/" src/Makefile src/glpng/Makefile src/astrolib/Makefile &&
+# sedit "s/^CXXFLAGS = -s -Wall -O2 -ffast-math -fexpensive-optimizations/CXXFLAGS = $CFLAGS/" src/Makefile src/glpng/Makefile src/astrolib/Makefile &&
default_make
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/stellarium/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 22 Apr 2004 12:07:32 -0000 1.1
+++ DETAILS 13 Jun 2004 15:57:59 -0000 1.2
@@ -6,8 +6,9 @@
SOURCE_VFY=md5:3765a5ba8cb0e328ccccc282e21c875e
WEB_SITE=http://stellarium.free.fr/
ENTERED=20040420
- UPDATED=20040420
+ UPDATED=20040413
SHORT="Stellarium astronomy sotware"
+
cat << EOF
Stellarium renders 3D photo-realistic skies in real time. With stellarium,
you really see what you can see with your eyes, binoculars or a small
More information about the Lunar-commits
mailing list