           SPELL=kexec-tools
	 VERSION=2.0.4
	  SOURCE=$SPELL-$VERSION.tar.bz2
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/kexec/$SOURCE
     SOURCE_HASH=sha512:8392114a6c6c101af1613ac0d1e5923f51fcff5c13c4414e37493c047b8d17bb34a934e6fa6dd83fcba063668578ab3f92da61c3303dadfe761d798cbba0e645
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
