CVS: moonbase/games/crafty BUILD,1.2,1.3 DETAILS,1.4,1.5
Auke Kok
sofar at lunar-linux.org
Mon Oct 27 13:54:18 GMT 2003
Update of /var/cvs/lunar/moonbase/games/crafty
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5137
Modified Files:
BUILD DETAILS
Log Message:
Major cleanups, since compile fails with the old BUILD. also bumped version and batted it with a club some more.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crafty/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 3 Oct 2003 14:34:55 -0000 1.2
+++ BUILD 27 Oct 2003 13:54:16 -0000 1.3
@@ -1,12 +1,12 @@
(
- make linux-elf &&
+ make target=LINUX CFLAGS="$CFLAGS" \
+ CXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS -lstdc++" \
+ opt=' -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
+ -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST' \
+ asm=X86-elf.o crafty-make &&
prepare_install &&
- cp crafty /usr/games &&
- cp $MOONBASE/games/$MODULE/craftyx /usr/games &&
- chmod +x /usr/games/craftyx &&
- mkdir -p $DOCUMENT_DIRECTORY/crafty &&
- cp $SOURCE_CACHE/$SOURCE2 $DOCUMENT_DIRECTORY/crafty &&
- cp $SOURCE_CACHE/$SOURCE3 $DOCUMENT_DIRECTORY/crafty
+ install -m755 crafty /usr/games &&
+ install -m755 $SCRIPT_DIRECTORY/craftyx /usr/games
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/games/crafty/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 3 Oct 2003 14:34:55 -0000 1.4
+++ DETAILS 27 Oct 2003 13:54:16 -0000 1.5
@@ -1,16 +1,11 @@
MODULE=crafty
- VERSION=19.2
+ VERSION=19.4
SOURCE=$MODULE-$VERSION.tar.gz
- #SOURCE2=crafty.doc.ascii
- #SOURCE3=read.me
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=ftp://ftp.cis.uab.edu/pub/hyatt/v19/$SOURCE
- #SOURCE2_URL[0]=ftp://ftp.cis.uab.edu/pub/hyatt/v18/$SOURCE2
- #SOURCE3_URL[0]=ftp://ftp.cis.uab.edu/pub/hyatt/$SOURCE3
+ SOURCE_URL=ftp://ftp.cis.uab.edu/pub/hyatt/v19/$SOURCE
WEB_SITE=ftp://ftp.cis.uab.edu/pub/hyatt
ENTERED=20020501
- UPDATED=20030927
- MAINTAINER="jacksonje at health.missouri.edu"
+ UPDATED=20031027
SHORT="Crafty is a text based chess program."
cat << EOF
Crafty is a chess program written by Bob Hyatt (hyatt at cis.uab.edu).
More information about the Lunar-commits
mailing list