void-packages/srcpkgs/kcgi/template
2015-03-12 11:05:40 +01:00

16 lines
499 B
Text

# Template file for 'kcgi'
pkgname=kcgi
version=0.5
revision=1
build_style=gnu-configure
short_desc="A minimal CGI library for web applications in C"
maintainer="Juan RP <xtraeme@gmail.com>"
license="ISC"
homepage="http://mdocml.bsd.lv/kcgi"
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
checksum=3eff9cef5486a13194f7542277860a72f566cb3d7069b23783c8b5ae9deb66e0
CFLAGS+='-D__unused='
do_install() {
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
}