           SPELL=kexec-tools
	 VERSION=1.101
	  SOURCE=$SPELL-$VERSION.tar.gz
      SOURCE_URL=http://www.xmission.com/~ebiederm/files/kexec/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE="http://www.xmission.com/~ebiederm/files/kexec/"
         ENTERED=20050724
	 UPDATED=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
