# This is a ready to install binary of xtetris 2.5.2
# under Linux 0.99.12 libc 4.4.1 Xfree-86-1.3
# ldd says:

	/libXaw.so.3 (DLL Jump 3.0pl1)
	/libXt.so.3 (DLL Jump 3.0pl1)
	/libX11.so.3 (DLL Jump 3.0pl1)
	libc.so.4 (DLL Jump 4.4pl1)

# Edit The following if you have to. No guarentees
# are offered. If xtetris eats your entire harddisk,
# tough.

ROOT=/usr/X386
BITMAPS=$ROOT/include/X11/bitmaps
DEFAULTS=$ROOT/lib/X11/app-defaults
SCORES=$ROOT/lib/X11/xtetris-scores
MAN=$ROOT/man/man1
BIN=$ROOT/bin


install -m 0444 stripe4 $BITMAPS
install -m 0444 Xtetris Xtetris.c Xtetris.bw $DEFAULTS
install -m 0644 -o games -g games xtetris-scores $SCORES
install -m 0444 xtetris.man $MAN/xtetris.1x
install -m 2755 -o games -g games xtetris $BIN
