           SPELL=proftpd
#if [ "$PROFTPD_DEVEL" == "y" ]; then
#         VERSION=1.3.0
#     SOURCE_HASH=sha512:3002a8004689655cfbcb069387c06a2e528c8988d9469e8c0ad0db6bfbbf39db6f6f1b8248f078f627a392c31d41089aa833cd6d1c454af5340d96d44acf6b76
#else
         VERSION=1.3.0a
     SOURCE_HASH=sha512:a23697a6ea304c09b1f14382bc82e2838394b646695d02f4510420e55612cf1a57f38a19938dd768073099c7c1aad66123913b426213db6b3d088613986602cc
#fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
   SOURCE_URL[0]=ftp://ftp.proftpd.org/distrib/source/$SOURCE
        WEB_SITE=http://www.proftpd.org/
         ENTERED=20011112
         UPDATED=20040501
      LICENSE[0]=GPL
        KEYWORDS="ftp"
           SHORT="proftpd is a ftp server"
cat << EOF
ProFTPD is a proven, high-performance, scalable FTP server written
from scratch, with a focus toward simplicity, security, and ease of
configuration. Naturally, ProFTPD powers some of the largest sites on 
the Internet. It features a very Apache-like configuration syntax,
modules, and a highly customizable server infrastructure, including
support for multiple 'virtual' FTP servers, anonymous FTP, and
permission-based directory visibility.
EOF
