           SPELL=libmicrohttpd
         VERSION=0.4.0pre1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:0e745f3f44248f4520c074d2b422d5080da61694793d217f799fe3963951bcf2ba7013f73a46172baaf5995f06c7c050e06829ef2abfa2751b4aa41c4aaf9c6d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.gnu.org/software/libmicrohttpd/ "
      LICENSE[0]=LGPL
         ENTERED=20090202
           SHORT="A C library providing HTTP server functionality."
cat << EOF
GNU libmicrohttpd is a small C library for embedding HTTP server functionality
into other applications. It is reentrant, fast, supports HTTP 1.1, and permits
listening on multiple ports. The API is simple and still powerful enough to
allow programmers to use the entire HTTP feature set.  SSL/TLS support is
available as an option.
EOF
