16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
|
# Template file for 'kcgi'
|
||
|
pkgname=kcgi
|
||
|
version=0.3.3
|
||
|
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=932512d8dc57fecca18b277e500d86c90166981e71bbb769812f5270bfdb0b7d
|
||
|
|
||
|
do_install() {
|
||
|
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man1 install
|
||
|
}
|