void-packages/srcpkgs/kcgi/template
2015-06-20 12:07:27 +02:00

16 lines
482 B
Bash

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