15 lines
482 B
Bash
15 lines
482 B
Bash
# Template file for 'kcgi'
|
|
pkgname=kcgi
|
|
version=0.5.4
|
|
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=bc7abd249bfa4afa986782afad286cadcbc8b1b508958202d3d506d78ecea7c7
|
|
|
|
do_install() {
|
|
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
|
|
}
|