void-packages/srcpkgs/kcgi/template
2015-10-07 12:30:18 +02:00

24 lines
716 B
Bash

# Template file for 'kcgi'
pkgname=kcgi
version=0.7.3
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://kristaps.bsd.lv/kcgi/"
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
checksum=0fd765b2dc902bcfe190f101d53de877a1a1b7215a0f583ff5355fc8c312b924
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
broken="http://build.voidlinux.eu/builders/i686_builder/builds/15478/steps/shell_3/logs/stdio"
fi
do_install() {
make \
PREFIX=${DESTDIR}/usr \
SBINDIR=${DESTDIR}/usr/bin \
MAN3DIR=${DESTDIR}/usr/share/man/man3 \
MAN8DIR=${DESTDIR}/usr/share/man/man8 \
install
}