           SPELL=hibernate-script
         VERSION=1.97
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.suspend2.net/downloads/all/$SOURCE
   SOURCE_URL[1]=http://au-mirror.suspend2.net/downloads/all/$SOURCE
   SOURCE_URL[2]=http://nl-mirror.suspend2.net/downloads/all/$SOURCE
   SOURCE_URL[3]=http://at-mirror.suspend2.net/downloads/all/$SOURCE
  SOURCE_HASH[0]=sha512:d66d88abee59d3935c812a7dbe38a40e4dc3eb66ea015e9cc04a7719b069b7af8afdedb6ebfd128c71ca5a73f2cf3412078b7660e43dc841b6c88c4e7f73c84d
      #SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
        WEB_SITE=http://www.suspend2.net/
         ENTERED=20050720
      PATCHLEVEL=1
      LICENSE[0]=GPL
            DOCS='CHANGELOG COPYING README SCRIPTLET-API TODO'
        KEYWORDS="kernels"
           SHORT='machine suspend scripts'
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
