void-packages/srcpkgs/kcgi/template

17 lines
499 B
Bash
Raw Normal View History

2014-11-22 06:43:03 +00:00
# Template file for 'kcgi'
pkgname=kcgi
2015-03-12 08:30:35 +00:00
version=0.5
revision=1
2014-11-22 06:43:03 +00:00
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"
2015-03-12 08:30:35 +00:00
checksum=3eff9cef5486a13194f7542277860a72f566cb3d7069b23783c8b5ae9deb66e0
CFLAGS+='-D__unused='
2014-11-22 06:43:03 +00:00
do_install() {
2014-11-22 06:54:23 +00:00
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
2014-11-22 06:43:03 +00:00
}