CVS: moonbase/games/scummvm BUILD,1.1,1.2 DETAILS,1.1,1.2
Florin Braescu
florin at lunar-linux.org
Fri Dec 19 21:13:24 GMT 2003
Update of /var/cvs/lunar/moonbase/games/scummvm
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3270
Modified Files:
BUILD DETAILS
Log Message:
use of /usr/games dir, and fix the place of man page.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/scummvm/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 19 Dec 2003 18:56:38 -0000 1.1
+++ BUILD 19 Dec 2003 21:13:22 -0000 1.2
@@ -1,7 +1,7 @@
(
-default_config &&
-make &&
-prepare_install &&
-install scummvm /usr/bin/ &&
-install scummvm.6 /usr/share/man/
+default_config &&
+make &&
+prepare_install &&
+install scummvm /usr/games/ &&
+install scummvm.6 /usr/share/man/man6
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/scummvm/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS 19 Dec 2003 18:56:38 -0000 1.1
+++ DETAILS 19 Dec 2003 21:13:22 -0000 1.2
@@ -1,12 +1,19 @@
MODULE=scummvm
VERSION=0.5.1
SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=$SFORGE_URL/scummvm/$SOURCE
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL[0]=$SFORGE_URL/scummvm/$SOURCE
+ SOURCE_VFY=md5:67bdbe2e145b8072d0bac61f7ed150c0
WEB_SITE=http://www.scummvm.org/
ENTERED=20031219
UPDATED=20031219
- SHORT=""
-cat << EOF
+ SHORT="ScummVM is an emulator for SCUMM games engine."
+cat << EOF
+ ScummVM is a collection of interpreters, capable of emulating several
+ adventure game engines. ScummVM mainly supports engines created using
+ SCUMM (Script Creation Utility for Maniac Mansion), used in various
+ LucasArts games such as Monkey Island, Day of the Tentacle, and others.
+ ScummVM also contains interpreters for several non-SCUMM games, currently
+ these are Simon the Sorcerer (1 & 2), and Beneath a Steel Sky.
EOF
More information about the Lunar-commits
mailing list