[SM-Commit] PERFORCE change 78422 by John Harding for review

Perforce Review Daemon p4review at smee.org
Tue Apr 25 14:50:00 EDT 2006


Change 78422 by john_harding at john_harding-iowa1000 on 2006/04/25 19:49:09

	Converted to api2, added depends zlib, and fixed some install locations

Affected files ...

... //sgl/grimoires/games/games-arcade-2d/xrick/BUILD#2 edit
... //sgl/grimoires/games/games-arcade-2d/xrick/DEPENDS#2 edit
... //sgl/grimoires/games/games-arcade-2d/xrick/DETAILS#3 edit
... //sgl/grimoires/games/games-arcade-2d/xrick/HISTORY#3 edit
... //sgl/grimoires/games/games-arcade-2d/xrick/INSTALL#1 add

Differences ...

==== //sgl/grimoires/games/games-arcade-2d/xrick/BUILD#2 (xtext) ====

@@ -1,17 +1,3 @@
-(
-
-  sedit  "s/-O2/$CFLAGS/"  Makefile              &&
-  make                                           &&
-  prepare_install                                &&
-  install  -d  -o  games  -m  775  /usr/games    &&
-  install  -d  -o  games  -m  755                \
-    /usr/share/games/${SPELL}                    &&
-  install  -o  games  -m  755   xrick            \
-    /usr/share/games/${SPELL}                    &&
-  install  -o  games  -m  755                    \
-    ${SCRIPT_DIRECTORY}/${SPELL}  /usr/games     &&
-  install  -m  644  xrick.6.gz  /usr/man/man6    &&
-  install  -m  644  data.zip                     \
-    /usr/share/games/${SPELL}
-
-) > $C_FIFO 2>&1
+#  sedit  "s/-O2/$CFLAGS/"  Makefile              &&
+true        &&
+make

==== //sgl/grimoires/games/games-arcade-2d/xrick/DEPENDS#2 (xtext) ====

@@ -1,1 +1,2 @@
-depends  sdl
+depends  sdl   &&
+depends  zlib

==== //sgl/grimoires/games/games-arcade-2d/xrick/DETAILS#3 (xtext) ====

@@ -8,7 +8,7 @@
          ENTERED=20020415
          UPDATED=20020415
       LICENSE[0]=GPL
-      MAINTAINER=eric at sandall.us
+       BUILD_API=2
            SHORT="xrick is a clone of the clasic game Rick Dangerous"
 cat << EOF
 Way before Lara Croft, back in the 1980's and early 1990's, Rick Dangerous was

==== //sgl/grimoires/games/games-arcade-2d/xrick/HISTORY#3 (text) ====

@@ -1,3 +1,9 @@
+2006-04-25 John Harding <johnh at kuberaconsulting.com>
+	* DETAILS: api2 conversion, remove MAINTAINER
+	* DEPENDS: added zlib dependency
+	* BUILD: api2 conversion
+	* INSTALL: added INSTALL and fixed some directories
+
 2005-12-01 Seth Woolley <seth at tautology.org>
 	* DETAILS: MD5 -> SHA512
 



More information about the SM-Commit mailing list