mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
New package: kcgi-0.3.3.
This commit is contained in:
parent
febb901117
commit
1efb7c19b9
1 changed files with 15 additions and 0 deletions
15
srcpkgs/kcgi/template
Normal file
15
srcpkgs/kcgi/template
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Template file for 'kcgi'
|
||||||
|
pkgname=kcgi
|
||||||
|
version=0.3.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A minimal CGI library for web applications in C"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="http://mdocml.bsd.lv/kcgi"
|
||||||
|
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||||
|
checksum=932512d8dc57fecca18b277e500d86c90166981e71bbb769812f5270bfdb0b7d
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man1 install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue