           SPELL=proftpd
if [ "$PROFTP_DEVEL" == "y" ]; then
         VERSION=1.3.0rc2
     SOURCE_HASH=sha1:4f3b6c1db8d3c9c918e1c2d4150720669c3ca534
else
         VERSION=1.2.10
     SOURCE_HASH=sha1:5e3a4d7ae65429a5e3c2934db4ed36a19f41eb0b
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/
       BUILD_API=2
         ENTERED=20011112
         UPDATED=20040501
      LICENSE[0]=GPL
           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
