. "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=librsync
         VERSION=2.3.2
  SECURITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/v$VERSION.tar.gz
     SOURCE_HASH=sha512:77d826dbaf02061b759d876a6b537238bad40379a08e4494ebfd3e380b2eb921b7b060bc570330aeac9424ef1a9d521f449d559c9ffa3be24acdef4ad530fe90
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
