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