description fast, efficient, small and easy to configure web server
long_description Monkey is a Web server written in C. This is an open \
source project based on the HTTP/1.1 protocol. The objective \
is to develop a fast, efficient, small and easy to configure \
homepage http://monkeyd.sourceforge.net/
master_sites ${homepage}/versions/
distname monkey-${version}
checksums md5 e8bcde30b93b84656897bcd60683bcf0
patchfiles patch-user.c \
configure.args --bindir=${prefix}/sbin \
--sysconfdir=${prefix}/etc/monkeyd \
--logdir=${prefix}/var/log/monkeyd \
--cgibin=${prefix}/var/monkeyd/cgi-bin/ \
--datadir=${prefix}/var/monkeyd/htdocs/ \
xinstall -m 755 -d ${destroot}${prefix}/var/log/monkeyd/ \
${destroot}${prefix}/var/monkeyd/cgi-bin/
system "touch ${destroot}${prefix}/var/log/monkeyd/.turd"