           SPELL=drbd
         VERSION=0.7.19
          SOURCE=${SPELL}-${VERSION}.tar.gz
   SOURCE_URL[0]=http://oss.linbit.com/drbd/0.7/${SOURCE}
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
#     SOURCE_HASH=sha512:
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.drbd.org/
         ENTERED=20060630
      LICENSE[0]=GPL
           SHORT="a block device which is designed to build high availability clusters"
cat << EOF
DRBD is a block device which is designed to build high availability clusters.
This is done by mirroring a whole block device via (a dedicated) network. You
could see it as a network raid-1.

DRBD takes over the data, writes it to the local disk and sends it to the
other host. On the other host, it takes it to the disk there.

The other components needed are a cluster membership service, which is
supposed to be heartbeat, and some kind of application that works on top of
a block device.

Examples:
 * A filesystem & fsck.
 * A journaling FS.
 * A database with recovery capabilities.
EOF
