           SPELL=grub2
  STAGED_INSTALL="off"
      PATCHLEVEL=1
case "$GRUB2_RELEASE" in
  beta)
         VERSION=2.02-beta3
          SOURCE=grub-$VERSION.tar.xz
   SOURCE_URL[0]=git://git.savannah.gnu.org/grub.git:grub-${VERSION}
     SOURCE_HASH=sha512:1521b5c35e43b38bb7a1257b090ed73e47fbdf2de83e2088eaecc81d944a8bb94d5feca8e429d86948b7369ddc2b0521a3d2991a985dcdeb11a0c79150714ee9
  ;;
  stable|*)
         VERSION=2.04
          SOURCE=grub-$VERSION.tar.xz
   SOURCE_URL[0]=${GNU_URL}/grub/$SOURCE
         SOURCE2=grub-$VERSION.tar.xz.sig
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE2_IGNORE=signature
      SOURCE_GPG=gnu.gpg:${SOURCE2}:UPSTREAM_KEY
  ;;
esac
SOURCE_DIRECTORY=$BUILD_DIRECTORY/grub-${VERSION}
        WEB_SITE=http://www.gnu.org/software/grub/
         ENTERED=20090808
      LICENSE[0]=GPL
           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
