kcgi: update to 0.7.1.

This commit is contained in:
Eivind Uggedal 2015-08-15 09:20:12 +00:00
parent 154bfe4524
commit 5a7c739f46
2 changed files with 10 additions and 4 deletions

View file

@ -1,15 +1,20 @@
# Template file for 'kcgi'
pkgname=kcgi
version=0.5.9
version=0.7.1
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://mdocml.bsd.lv/kcgi"
homepage="http://kristaps.bsd.lv/kcgi/"
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
checksum=b22def8b2b6fb8eea2182c43968c5f468bbb144cc25c6b97fe829e07e4f8f47e
checksum=aad90187c20681ceb0cdd54e5cbc54a01c7c3d251b147a2cf1129697e76082c0
do_install() {
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
make \
PREFIX=${DESTDIR}/usr \
SBINDIR=${DESTDIR}/usr/bin \
MAN3DIR=${DESTDIR}/usr/share/man/man3 \
MAN8DIR=${DESTDIR}/usr/share/man/man8 \
install
}

1
srcpkgs/kcgi/update Normal file
View file

@ -0,0 +1 @@
pattern="version\">\K[\d.]+(?=<)"