           SPELL=libmicrohttpd
         VERSION=0.9.75
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:4dc62ed191342a61cc2767171bb1ff4050f390db14ef7100299888237b52ea0b04b939c843878fe7f5daec2b35a47b3c1b7e7c11fb32d458184fe6b19986a37c
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
