           SPELL=rsync
         VERSION=3.0.6
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://rsync.samba.org/ftp/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.samba.org/pub/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
      SOURCE_GPG=WayneDavison.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://rsync.samba.org/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="ftp"
           SHORT="fast incremental file transfer tool"
cat << EOF
rsync is a replacement for rcp (and scp) that has many more features. It uses
the "rsync algorithm" which provides a very fast method for remote files into
sync. It does this by sending just the differences in the files across the link,
without requiring that both sets of files are present at one of the ends of the
link beforehand.
EOF
