kcgi: update to 0.5.
This commit is contained in:
parent
d3b14798fb
commit
c5eb62bc94
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'kcgi'
|
# Template file for 'kcgi'
|
||||||
pkgname=kcgi
|
pkgname=kcgi
|
||||||
version=0.3.3
|
version=0.5
|
||||||
revision=2
|
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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=932512d8dc57fecca18b277e500d86c90166981e71bbb769812f5270bfdb0b7d
|
checksum=3eff9cef5486a13194f7542277860a72f566cb3d7069b23783c8b5ae9deb66e0
|
||||||
|
CFLAGS+='-D__unused='
|
||||||
|
|
||||||
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