kcgi: update to 0.5.4.
This commit is contained in:
parent
f0613ca699
commit
3c4eeeb274
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kcgi'
|
# Template file for 'kcgi'
|
||||||
pkgname=kcgi
|
pkgname=kcgi
|
||||||
version=0.5.2
|
version=0.5.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A minimal CGI library for web applications in C"
|
short_desc="A minimal CGI library for web applications in C"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://mdocml.bsd.lv/kcgi"
|
homepage="http://mdocml.bsd.lv/kcgi"
|
||||||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||||
checksum=0cba9506be50bf3b9cd6a28c7e8ffb24ce1ad74aa7f64eb3448341633be49cd0
|
checksum=bc7abd249bfa4afa986782afad286cadcbc8b1b508958202d3d506d78ecea7c7
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
|
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
|
||||||
|
|
Loading…
Reference in New Issue