           SPELL=lighttpd
         VERSION=1.4.55
  SECURITY_PATCH=14
          BRANCH=`echo -n $VERSION | cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=https://download.lighttpd.net/$SPELL/releases-$BRANCH.x/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=lighttpd.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        DOC_DIRS=""
        WEB_SITE=http://www.lighttpd.net/
      LICENSE[0]=BSD
         ENTERED=20050722
        KEYWORDS="http"
           SHORT="light httpd"
cat << EOF
lighttpd is a secure, fast, compliant, and very flexible Web server which has
been optimized for high-performance environments. It has a very low memory
footprint compared to other Web servers, and it takes care of CPU load. It has
an advanced feature set that includes FastCGI (load balanced), CGI, Auth,
Output-Compression, URL-Rewriting, SSL, and much more.
EOF
