void-packages/srcpkgs/gatling/template

22 lines
750 B
Bash
Raw Normal View History

2016-05-08 05:51:39 +00:00
# Template file for 'gatling'
pkgname=gatling
2016-10-06 07:07:11 +00:00
version=0.15
2016-09-28 02:10:48 +00:00
revision=2
2016-05-08 05:51:39 +00:00
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/"
2016-10-05 05:14:11 +00:00
distfiles="https://www.fefe.de/gatling/$pkgname-$version.tar.xz"
2016-10-06 07:07:11 +00:00
checksum=6fa329d0ced0c80deb8dde5460e9d9e984bee94f265043d7fdec0e253dce9aa4
2016-05-08 05:51:39 +00:00
make_build_target="gatling dl getlinks"
make_install_args="prefix=/usr MANDIR=/usr/share/man"
2016-10-05 05:14:11 +00:00
nopie="libowfat.a(byte_zero.o): relocation R_X86_64_PC32 against symbol \`memset@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC"
2016-10-06 07:07:11 +00:00
CFLAGS+=" -std=c99"
2016-05-08 05:51:39 +00:00
pre_install() {
vmkdir usr/share/man/man1
}
2016-10-05 05:14:11 +00:00