           SPELL=kexec-tools
	 VERSION=2.0.2
	  SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sign
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sign
      SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/kexec/
         ENTERED=20050724
         LICENCE=GPL2
        KEYWORDS="utils"
	   SHORT="set of tools for the kernels kexec feature"
cat << EOF
kexec is a user space utiltity for loading another kernel
and asking the currently running kernel to do something with it.
A currently running kernel may be asked to start the loaded
kernel on reboot, or to start the loaded kernel after it panics.
EOF
