           SPELL=hibernate-script
         VERSION=1.10
          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
          MD5[0]=e61b0a9e84e9e9fd78d9273c326fb6b2
        WEB_SITE=http://www.suspend2.net/
         ENTERED=20050720
         UPDATED=20050720
      LICENSE[0]=GPL
       BUILD_API=2
            DOCS='CHANGELOG COPYING README SCRIPTLET-API TODO'
           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
