           SPELL=librsync
         VERSION=0.9.7
      PATCHLEVEL=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:339362fd01c94411849d3e4a6e95db1bef6cffa0475b1af49d73f11be0421a12d4c73ecbf1a272af01b2a21cec81b4a801c1f7d735e107d0242707fb4c45f9ef
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://librsync.sourceforge.net"
      LICENSE[0]=GPL
         ENTERED=20081225
           SHORT="free software library that implements the rsync remote-delta algorithm"
cat << EOF
librsync is a free software library that implements the rsync remote-delta
algorithm. This algorithm allows efficient remote updates of a file, without
requiring the old and new versions to both be present at the sending end. The
library uses a "streaming" design similar to that of zlib with the aim of
allowing it to be embedded into many different applications.
EOF
