# syslinux 2.11
# =============
# Slackware 8.1's 'syslinux' package includes version 1.67, 9.0's includes
# 2.01, 9.1's includes 2.06, and 10.0's includes 2.10
# For more info about the SYSLINUX, PXELINUX, and ISOLINUX boot loaders check
# out the *.doc files in the source directory and the home page (link above).
# The tarball comes with binaries, so no need to build it unless you really
# want to. If you do want to build it, you may need to remove the win32 parts
# from the Makefile (or use a target other than 'all') so it doesn't try to
# run mingw-gcc (a win32 compiler).
cd
test -f installed/syslinux-2.11.tar.bz2 &&
mv installed/syslinux-2.11.tar.bz2 .
test ! -f syslinux-2.11.tar.bz2 &&
wget http://www.kernel.org/pub/linux/utils/boot/syslinux/\
syslinux-2.11.tar.bz2