           SPELL=unison
if [ "$BETA" == "y" ]; then
         VERSION=2.27.57
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:3f2068673d1bc6a00562f7998f0cbb5889d02570eba61f81854bdb097bf2f4f9dd14877b3653b9ca20368032cc2c217d7ebdf0be49ea70406b77aa9dacb94db9
   SOURCE_URL[0]=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/beta/$SOURCE
else
         VERSION=2.27.57
          SOURCE=$SPELL-$VERSION.tar.gz      
   SOURCE_URL[0]=http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/$SOURCE
     SOURCE_HASH=sha512:3f2068673d1bc6a00562f7998f0cbb5889d02570eba61f81854bdb097bf2f4f9dd14877b3653b9ca20368032cc2c217d7ebdf0be49ea70406b77aa9dacb94db9
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
