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