mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
kcgi: update to 0.7.1.
This commit is contained in:
parent
154bfe4524
commit
5a7c739f46
2 changed files with 10 additions and 4 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'kcgi'
|
# Template file for 'kcgi'
|
||||||
pkgname=kcgi
|
pkgname=kcgi
|
||||||
version=0.5.9
|
version=0.7.1
|
||||||
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"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="http://mdocml.bsd.lv/kcgi"
|
homepage="http://kristaps.bsd.lv/kcgi/"
|
||||||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||||
checksum=b22def8b2b6fb8eea2182c43968c5f468bbb144cc25c6b97fe829e07e4f8f47e
|
checksum=aad90187c20681ceb0cdd54e5cbc54a01c7c3d251b147a2cf1129697e76082c0
|
||||||
|
|
||||||
do_install() {
|
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
1
srcpkgs/kcgi/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern="version\">\K[\d.]+(?=<)"
|
Loading…
Add table
Reference in a new issue