# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
description The FastCGI development kit in C
long_description FastCGI is a language independent, scalable, open \
extension to CGI that provides high performance without \
the limitations of server specific APIs. This is the C \
homepage http://www.fastcgi.com/
master_sites ${homepage}dist/ \
checksums md5 d15060a813b91383a9f3c66faf84867e
patchfiles patch-acinclude.m4.diff \
patch-configure.in.diff \
patch-libfcgi-Makefile.am.diff \
patch-libfcgi-fcgi_stdio.c.diff \
patch-cgi-fcgi-cgi-fcgi.c.diff
xinstall -m 644 -W ${worksrcpath}/doc cgi-fcgi.1 \
${destroot}${prefix}/share/man/man1
xinstall -m 644 -W ${worksrcpath}/doc FCGI_Accept.3 FCGI_Finish.3 \
FCGI_SetExitStatus.3 FCGI_StartFilterData.3 \
${destroot}${prefix}/share/man/man3
xinstall -d -m 0755 ${destroot}${prefix}/share/doc
copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
delete {*}[glob ${destroot}${prefix}/share/doc/${name}/*.\[13\]]
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)\\.tar