           SPELL=hibernate-script
         VERSION=2.0
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sign
   SOURCE_URL[0]=http://tuxonice.net/files/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sign
      SOURCE_GPG=suspend2.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE="http://www.tuxonice.net/"
         ENTERED=20050720
      LICENSE[0]=GPL
            DOCS='CHANGELOG COPYING README SCRIPTLET-API TODO'
        KEYWORDS="kernels"
           SHORT="Tux On Ice Hibernate script"
cat << EOF
The hibernate-script package offers a utility that performs all the preparatory
steps to suspending your machine, invoking the desired suspend method (either
one of the suspend-to-disk variants, or suspend-to-RAM), and restoring your
machine on resume.

PREREQUISITES
-------------
A kernel with suspend support of some variety. The currently supported options
are:
 - Software Suspend 2 - kernel patches are available from
   http://www.suspend2.net/
 - swsusp support in vanilla 2.6 kernels (through the UseSysfsPowerState disk
   option).
 - S3 (suspend-to-RAM) support in 2.6 kernels (through the
   UseSysfsPowerState mem option).
EOF
