void-packages/srcpkgs/kcgi/template

16 lines
482 B
Bash
Raw Normal View History

2014-11-22 07:43:03 +01:00
# Template file for 'kcgi'
pkgname=kcgi
2015-04-04 12:20:37 +02:00
version=0.5.2
2015-03-12 09:30:35 +01:00
revision=1
2014-11-22 07:43:03 +01:00
build_style=gnu-configure
short_desc="A minimal CGI library for web applications in C"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2014-11-22 07:43:03 +01:00
license="ISC"
homepage="http://mdocml.bsd.lv/kcgi"
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
2015-04-04 12:20:37 +02:00
checksum=0cba9506be50bf3b9cd6a28c7e8ffb24ce1ad74aa7f64eb3448341633be49cd0
2014-11-22 07:43:03 +01:00
do_install() {
2014-11-22 07:54:23 +01:00
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
2014-11-22 07:43:03 +01:00
}