Source file already here, no need to download
gnuchess-5.07/
gnuchess-5.07/book/
gnuchess-5.07/book/README
gnuchess-5.07/doc/
gnuchess-5.07/doc/ChangeLog
gnuchess-5.07/doc/README
gnuchess-5.07/src/
gnuchess-5.07/src/gnuchessx
gnuchess-5.07/src/Makefile.am
gnuchess-5.07/src/Makefile.in
gnuchess-5.07/src/config.h.in
gnuchess-5.07/src/atak.c
gnuchess-5.07/src/book.c
gnuchess-5.07/src/cmd.c
gnuchess-5.07/src/debug.c
gnuchess-5.07/src/epd.c
gnuchess-5.07/src/eval.c
gnuchess-5.07/src/genmove.c
gnuchess-5.07/src/getopt.c
gnuchess-5.07/src/getopt1.c
gnuchess-5.07/src/hash.c
gnuchess-5.07/src/hung.c
gnuchess-5.07/src/init.c
gnuchess-5.07/src/input.c
gnuchess-5.07/src/iterate.c
gnuchess-5.07/src/main.c
gnuchess-5.07/src/move.c
gnuchess-5.07/src/null.c
gnuchess-5.07/src/output.c
gnuchess-5.07/src/players.c
gnuchess-5.07/src/pgn.c
gnuchess-5.07/src/ponder.c
gnuchess-5.07/src/quiesce.c
gnuchess-5.07/src/random.c
gnuchess-5.07/src/repeat.c
gnuchess-5.07/src/search.c
gnuchess-5.07/src/solve.c
gnuchess-5.07/src/sort.c
gnuchess-5.07/src/swap.c
gnuchess-5.07/src/test.c
gnuchess-5.07/src/ttable.c
gnuchess-5.07/src/util.c
gnuchess-5.07/src/common.h
gnuchess-5.07/src/book.h
gnuchess-5.07/src/eval.h
gnuchess-5.07/src/getopt.h
gnuchess-5.07/src/inlines.h
gnuchess-5.07/src/version.h
gnuchess-5.07/src/lexpgn.l
gnuchess-5.07/src/lexpgn.h
gnuchess-5.07/README
gnuchess-5.07/AUTHORS
gnuchess-5.07/COPYING
gnuchess-5.07/ChangeLog
gnuchess-5.07/INSTALL
gnuchess-5.07/Makefile.am
gnuchess-5.07/Makefile.in
gnuchess-5.07/NEWS
gnuchess-5.07/TODO
gnuchess-5.07/acinclude.m4
gnuchess-5.07/aclocal.m4
gnuchess-5.07/config.guess
gnuchess-5.07/config.sub
gnuchess-5.07/configure
gnuchess-5.07/configure.ac
gnuchess-5.07/depcomp
gnuchess-5.07/install-sh
gnuchess-5.07/missing
gnuchess-5.07/mkinstalldirs
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /bin/ginstall -c
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for ANSI C header files... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in src/GCint.h (assuming C99 compatible system)
checking return type of signal handlers... void
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for gettimeofday... yes
checking for strchr... yes
checking for strcspn... yes
checking for strstr... yes
checking for strerror... yes
checking for memset... yes
checking for strdup... yes
checking for strtol... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
config.status: executing src/GCint.h commands
config.status: creating src/GCint.h : _GNUCHESS_SRC_GCINT_H
Making all in src
make[1]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make  all-am
make[2]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT atak.o -MD -MP -MF ".deps/atak.Tpo" \
	  -c -o atak.o `test -f 'atak.c' || echo './'`atak.c; \
	then mv -f ".deps/atak.Tpo" ".deps/atak.Po"; \
	else rm -f ".deps/atak.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT book.o -MD -MP -MF ".deps/book.Tpo" \
	  -c -o book.o `test -f 'book.c' || echo './'`book.c; \
	then mv -f ".deps/book.Tpo" ".deps/book.Po"; \
	else rm -f ".deps/book.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT cmd.o -MD -MP -MF ".deps/cmd.Tpo" \
	  -c -o cmd.o `test -f 'cmd.c' || echo './'`cmd.c; \
	then mv -f ".deps/cmd.Tpo" ".deps/cmd.Po"; \
	else rm -f ".deps/cmd.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT debug.o -MD -MP -MF ".deps/debug.Tpo" \
	  -c -o debug.o `test -f 'debug.c' || echo './'`debug.c; \
	then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; \
	else rm -f ".deps/debug.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT epd.o -MD -MP -MF ".deps/epd.Tpo" \
	  -c -o epd.o `test -f 'epd.c' || echo './'`epd.c; \
	then mv -f ".deps/epd.Tpo" ".deps/epd.Po"; \
	else rm -f ".deps/epd.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT eval.o -MD -MP -MF ".deps/eval.Tpo" \
	  -c -o eval.o `test -f 'eval.c' || echo './'`eval.c; \
	then mv -f ".deps/eval.Tpo" ".deps/eval.Po"; \
	else rm -f ".deps/eval.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT genmove.o -MD -MP -MF ".deps/genmove.Tpo" \
	  -c -o genmove.o `test -f 'genmove.c' || echo './'`genmove.c; \
	then mv -f ".deps/genmove.Tpo" ".deps/genmove.Po"; \
	else rm -f ".deps/genmove.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT getopt.o -MD -MP -MF ".deps/getopt.Tpo" \
	  -c -o getopt.o `test -f 'getopt.c' || echo './'`getopt.c; \
	then mv -f ".deps/getopt.Tpo" ".deps/getopt.Po"; \
	else rm -f ".deps/getopt.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT getopt1.o -MD -MP -MF ".deps/getopt1.Tpo" \
	  -c -o getopt1.o `test -f 'getopt1.c' || echo './'`getopt1.c; \
	then mv -f ".deps/getopt1.Tpo" ".deps/getopt1.Po"; \
	else rm -f ".deps/getopt1.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT hash.o -MD -MP -MF ".deps/hash.Tpo" \
	  -c -o hash.o `test -f 'hash.c' || echo './'`hash.c; \
	then mv -f ".deps/hash.Tpo" ".deps/hash.Po"; \
	else rm -f ".deps/hash.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT hung.o -MD -MP -MF ".deps/hung.Tpo" \
	  -c -o hung.o `test -f 'hung.c' || echo './'`hung.c; \
	then mv -f ".deps/hung.Tpo" ".deps/hung.Po"; \
	else rm -f ".deps/hung.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT init.o -MD -MP -MF ".deps/init.Tpo" \
	  -c -o init.o `test -f 'init.c' || echo './'`init.c; \
	then mv -f ".deps/init.Tpo" ".deps/init.Po"; \
	else rm -f ".deps/init.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT input.o -MD -MP -MF ".deps/input.Tpo" \
	  -c -o input.o `test -f 'input.c' || echo './'`input.c; \
	then mv -f ".deps/input.Tpo" ".deps/input.Po"; \
	else rm -f ".deps/input.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT iterate.o -MD -MP -MF ".deps/iterate.Tpo" \
	  -c -o iterate.o `test -f 'iterate.c' || echo './'`iterate.c; \
	then mv -f ".deps/iterate.Tpo" ".deps/iterate.Po"; \
	else rm -f ".deps/iterate.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT main.o -MD -MP -MF ".deps/main.Tpo" \
	  -c -o main.o `test -f 'main.c' || echo './'`main.c; \
	then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
	else rm -f ".deps/main.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT move.o -MD -MP -MF ".deps/move.Tpo" \
	  -c -o move.o `test -f 'move.c' || echo './'`move.c; \
	then mv -f ".deps/move.Tpo" ".deps/move.Po"; \
	else rm -f ".deps/move.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT null.o -MD -MP -MF ".deps/null.Tpo" \
	  -c -o null.o `test -f 'null.c' || echo './'`null.c; \
	then mv -f ".deps/null.Tpo" ".deps/null.Po"; \
	else rm -f ".deps/null.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT output.o -MD -MP -MF ".deps/output.Tpo" \
	  -c -o output.o `test -f 'output.c' || echo './'`output.c; \
	then mv -f ".deps/output.Tpo" ".deps/output.Po"; \
	else rm -f ".deps/output.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT players.o -MD -MP -MF ".deps/players.Tpo" \
	  -c -o players.o `test -f 'players.c' || echo './'`players.c; \
	then mv -f ".deps/players.Tpo" ".deps/players.Po"; \
	else rm -f ".deps/players.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT pgn.o -MD -MP -MF ".deps/pgn.Tpo" \
	  -c -o pgn.o `test -f 'pgn.c' || echo './'`pgn.c; \
	then mv -f ".deps/pgn.Tpo" ".deps/pgn.Po"; \
	else rm -f ".deps/pgn.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT ponder.o -MD -MP -MF ".deps/ponder.Tpo" \
	  -c -o ponder.o `test -f 'ponder.c' || echo './'`ponder.c; \
	then mv -f ".deps/ponder.Tpo" ".deps/ponder.Po"; \
	else rm -f ".deps/ponder.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT quiesce.o -MD -MP -MF ".deps/quiesce.Tpo" \
	  -c -o quiesce.o `test -f 'quiesce.c' || echo './'`quiesce.c; \
	then mv -f ".deps/quiesce.Tpo" ".deps/quiesce.Po"; \
	else rm -f ".deps/quiesce.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT random.o -MD -MP -MF ".deps/random.Tpo" \
	  -c -o random.o `test -f 'random.c' || echo './'`random.c; \
	then mv -f ".deps/random.Tpo" ".deps/random.Po"; \
	else rm -f ".deps/random.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT repeat.o -MD -MP -MF ".deps/repeat.Tpo" \
	  -c -o repeat.o `test -f 'repeat.c' || echo './'`repeat.c; \
	then mv -f ".deps/repeat.Tpo" ".deps/repeat.Po"; \
	else rm -f ".deps/repeat.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT search.o -MD -MP -MF ".deps/search.Tpo" \
	  -c -o search.o `test -f 'search.c' || echo './'`search.c; \
	then mv -f ".deps/search.Tpo" ".deps/search.Po"; \
	else rm -f ".deps/search.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT solve.o -MD -MP -MF ".deps/solve.Tpo" \
	  -c -o solve.o `test -f 'solve.c' || echo './'`solve.c; \
	then mv -f ".deps/solve.Tpo" ".deps/solve.Po"; \
	else rm -f ".deps/solve.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT sort.o -MD -MP -MF ".deps/sort.Tpo" \
	  -c -o sort.o `test -f 'sort.c' || echo './'`sort.c; \
	then mv -f ".deps/sort.Tpo" ".deps/sort.Po"; \
	else rm -f ".deps/sort.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT swap.o -MD -MP -MF ".deps/swap.Tpo" \
	  -c -o swap.o `test -f 'swap.c' || echo './'`swap.c; \
	then mv -f ".deps/swap.Tpo" ".deps/swap.Po"; \
	else rm -f ".deps/swap.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT test.o -MD -MP -MF ".deps/test.Tpo" \
	  -c -o test.o `test -f 'test.c' || echo './'`test.c; \
	then mv -f ".deps/test.Tpo" ".deps/test.Po"; \
	else rm -f ".deps/test.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT ttable.o -MD -MP -MF ".deps/ttable.Tpo" \
	  -c -o ttable.o `test -f 'ttable.c' || echo './'`ttable.c; \
	then mv -f ".deps/ttable.Tpo" ".deps/ttable.Po"; \
	else rm -f ".deps/ttable.Tpo"; exit 1; \
	fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT util.o -MD -MP -MF ".deps/util.Tpo" \
	  -c -o util.o `test -f 'util.c' || echo './'`util.c; \
	then mv -f ".deps/util.Tpo" ".deps/util.Po"; \
	else rm -f ".deps/util.Tpo"; exit 1; \
	fi
flex   `test -f lexpgn.l || echo './'`lexpgn.l
sed '/^#/ s|lex.yy\.c|lexpgn.c|' lex.yy.c >lexpgn.c
rm -f lex.yy.c
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -pthread -O2 -march=i486 -mtune=i686 -MT lexpgn.o -MD -MP -MF ".deps/lexpgn.Tpo" \
	  -c -o lexpgn.o `test -f 'lexpgn.c' || echo './'`lexpgn.c; \
	then mv -f ".deps/lexpgn.Tpo" ".deps/lexpgn.Po"; \
	else rm -f ".deps/lexpgn.Tpo"; exit 1; \
	fi
gcc -pthread -O2 -march=i486 -mtune=i686    -o gnuchess  atak.o book.o cmd.o debug.o epd.o eval.o genmove.o getopt.o getopt1.o hash.o hung.o init.o input.o iterate.o main.o move.o null.o output.o players.o pgn.o ponder.o quiesce.o random.o repeat.o search.o solve.o sort.o swap.o test.o ttable.o util.o lexpgn.o  -lreadline -lncurses 
make[2]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make[1]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make[1]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'
Making install in src
make[1]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make[2]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
/bin/sh ../mkinstalldirs /home/george/zenwalk/gnuchess/gnuchess-install/usr/bin
mkdir /home/george/zenwalk/gnuchess/gnuchess-install/usr
mkdir /home/george/zenwalk/gnuchess/gnuchess-install/usr/bin
  /bin/ginstall -c gnuchess /home/george/zenwalk/gnuchess/gnuchess-install/usr/bin/gnuchess
/bin/sh ../mkinstalldirs /home/george/zenwalk/gnuchess/gnuchess-install/usr/bin
 /bin/ginstall -c gnuchessx /home/george/zenwalk/gnuchess/gnuchess-install/usr/bin/gnuchessx
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make[1]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07/src'
make[1]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'
make[2]: Entering directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'
make[1]: Leaving directory `/home/george/zenwalk/gnuchess/gnuchess-5.07'

Slackware package maker, version 2.1.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating tar file gnuchess-5.07-i486-48.1.tar...

./
install/
install/slack-desc
usr/
usr/bin/
usr/bin/gnuchess
usr/bin/gnuchessx
usr/doc/
usr/doc/gnuchess-5.07/
usr/doc/gnuchess-5.07/AUTHORS
usr/doc/gnuchess-5.07/COPYING
usr/doc/gnuchess-5.07/ChangeLog
usr/doc/gnuchess-5.07/INSTALL
usr/doc/gnuchess-5.07/NEWS
usr/doc/gnuchess-5.07/README
usr/doc/gnuchess-5.07/TODO
usr/doc/gnuchess-5.07/doc/
usr/doc/gnuchess-5.07/doc/ChangeLog
usr/doc/gnuchess-5.07/doc/README
usr/src/
usr/src/gnuchess-5.07/
usr/src/gnuchess-5.07/build-gnuchess.sh
tar-1.13: gnuchess-5.07-i486-48.1.tar is the archive; not dumped

Gzipping gnuchess-5.07-i486-48.1.tar...

Renaming gnuchess-5.07-i486-48.1.tar.gz to gnuchess-5.07-i486-48.1.tgz...

Moving gnuchess-5.07-i486-48.1.tgz to /home/george/zenwalk/gnuchess...

Package creation complete.

