           SPELL=grub2
if [[ "${GRUB2_SVN}" = 'y' ]]; then
if [[ "${GRUB2_SVN_AUTOUPDATE}" = 'y' ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn://svn.savannah.gnu.org/grub/trunk/${SPELL}:${SPELL}
   SOURCE_IGNORE=volatile
else
         VERSION=1.96
          SOURCE=grub-$VERSION.tar.gz
         SOURCE2=grub-$VERSION.tar.gz.sig
   SOURCE_URL[0]=ftp://alpha.gnu.org/gnu/grub/$SOURCE
  SOURCE2_URL[2]=${SOURCE_URL[0]}.sig
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/grub-${VERSION}
      SOURCE_GPG=gnu.gpg:${SOURCE2}:UPSTREAM_KEY
fi
        WEB_SITE=http://www.gnu.org/software/grub/
         ENTERED=20090808
      LICENSE[0]=GPL
          VOYEUR="on"
           SHORT="GNU GRUB2 bootloader"
cat << EOF
Install this package only after you have created, and tested, a rescue disk
using the 'mkrescue' command.  Failure to do so could result in your system
becoming unbootable if something goes wrong during installation.
You have been warned.

GNU GRUB is a Multiboot boot loader.
It was derived from GRUB, GRand Unified Bootloader, which was originally
designed and implemented by Erich Stefan Boleyn.
EOF
