           SPELL=syslinux
         VERSION=3.60
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$SPELL/$SOURCE
        WEB_SITE=http://syslinux.zytor.com

      SOURCE_GPG="kernel.gpg:$SOURCE.sign:VERIFIED_UPSTREAM_KEY"

         SOURCE2=$SOURCE.sign
  SOURCE2_URL[0]=$SOURCE_URL.sign
  SOURCE2_IGNORE=signature

      LICENSE[0]=GPL
         ENTERED=20010922
        KEYWORDS="iso utils"
           SHORT="syslinux is a bootloader for Linux that works on FAT and ISO9660 filesystems."
cat << EOF
SYSLINUX is a boot loader for the Linux operating system which operates
off of MS-DOS floppies. It is intended to simplify first-time
installation of Linux, rescue disks, and other uses for boot floppies. A
SYSLINUX floppy can be manipulated using standard MS-DOS (or any other
OS that can access an MS-DOS filesystem) tools once it has been created,
and requires only a ~ 8K DOS program or ~ 16K Linux program to create it
in the first place. It also includes PXELINUX, a program to boot off a
network server using a boot PROM compatible with the Intel PXE
(Pre-Execution Environment) specification, and ISOLINUX, a program to
boot off ISO 9660 CD-ROMs in native mode.
EOF
