[SM-Commit] PERFORCE change 77639 by John Harding for review
Perforce Review Daemon
p4review at smee.org
Wed Apr 12 10:45:00 EDT 2006
Change 77639 by john_harding at john_harding-iowa1000 on 2006/04/12 15:42:20
Made tinyfugue api2 compatible and allow choice of versions to install
Affected files ...
... //sgl/grimoires/games/games-rpg-mp/tinyfugue/BUILD#3 edit
... //sgl/grimoires/games/games-rpg-mp/tinyfugue/DETAILS#4 edit
Differences ...
==== //sgl/grimoires/games/games-rpg-mp/tinyfugue/BUILD#3 (xtext) ====
@@ -1,10 +1,6 @@
-# sedit 's:\# TF="/usr/local:TF="/usr:' unix/Config &&
-# sedit 's:\# LIBDIR="/usr/local:LIBDIR="/usr:' unix/Config &&
-# sedit 's:\# SYMLINK="/usr/local:SYMLINK="/usr:' unix/Config &&
-# sedit 's:\# MANPAGE="/usr/local:MANPAGE="/usr:' unix/Config &&
-# sedit "s:\# CCFLAGS=\"-g\":CCFLAGS=\"$CFLAGS\":" unix/Config &&
-# chmod +x unix/Config &&
-# echo y | ./unixmake files &&
-# prepare_install &&
-# ./unixmake install
-default_games_build
+if [[ "${TFVER}" == "Stable-40s1" ]]
+then
+ true
+else
+ default_games_build
+fi
==== //sgl/grimoires/games/games-rpg-mp/tinyfugue/DETAILS#4 (xtext) ====
@@ -1,9 +1,16 @@
SPELL=tinyfugue
+if [[ "${TFVER}" == "Stable-40s1" ]]
+ then
+ VERSION=40s1
+ SOURCE_HASH=sha512:cd51bdf60989891dd3f0f3a0e9f2fb92e6260a2dda120269713b29e58ba619abeebe9cb47a6381e26539a895071e02f34a23d914896fc5e089c5c801337b8581
+ GCC_VERSION=3.4
+else
VERSION=50b7
+ SOURCE_HASH=sha512:f5a37af27ad08c6b6af640904614ecb6e15a6ef52114a32eac061c2b642702c0720a5fdf701f2f1c718aca620467b4b94ee34ff330071a13968e6b454d3d8333
+fi
SOURCE=tf-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/tf-$VERSION
SOURCE_URL[0]=http://ftp.tcp.com/pub/mud/Clients/$SPELL/$SOURCE
- SOURCE_HASH=sha512:f5a37af27ad08c6b6af640904614ecb6e15a6ef52114a32eac061c2b642702c0720a5fdf701f2f1c718aca620467b4b94ee34ff330071a13968e6b454d3d8333
WEB_SITE=http://tf.tcp.com/~hawkeye/tf/
ENTERED=20020131
UPDATED=20020131
More information about the SM-Commit
mailing list