20 lines
588 B
Bash
20 lines
588 B
Bash
# Template file for 'gatling'
|
|
pkgname=gatling
|
|
version=0.15
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
makedepends="libowfat libressl-devel zlib-devel"
|
|
short_desc="High performance web server"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://www.fefe.de/$pkgname/"
|
|
distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
|
|
checksum=6fa329d0ced0c80deb8dde5460e9d9e984bee94f265043d7fdec0e253dce9aa4
|
|
make_build_target="gatling dl getlinks"
|
|
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
|
CFLAGS+=" -std=c99"
|
|
|
|
pre_install() {
|
|
vmkdir usr/share/man/man1
|
|
}
|
|
|