           SPELL=unison
if [ "$BETA" == "y" ]; then
         VERSION=2.17.1
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha1:03e02df5499b2c9db79ac895ca7c2d5d59b1f294
   SOURCE_URL[0]=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/beta/$SOURCE
else
         VERSION=2.13.16
          SOURCE=$SPELL-$VERSION.tar.gz      
   SOURCE_URL[0]=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$SOURCE
     SOURCE_HASH=sha1:3f119f6a6e8bc5ade8933d4693075a768f0abf9a
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.cis.upenn.edu/~bcpierce/unison/
         ENTERED=20040521
      LICENSE[0]=GPL
        KEYWORDS="utils"
           SHORT="Unison is a file-synchronization tool"
cat << EOF
Unison is a file-synchronization tool. It allows two replicas of a
collection of files and directories to be stored on different hosts (or
different disks on the same host), modified separately, and then brought up
to date by propagating the changes in each replica to the other.
EOF
