19 lines
558 B
Bash
19 lines
558 B
Bash
|
# Template file for 'gatling'
|
||
|
pkgname=gatling
|
||
|
version=0.13
|
||
|
revision=1
|
||
|
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="http://dl.fefe.de/$pkgname-$version.tar.bz2"
|
||
|
checksum=b42145fdf7b66602fa8bc64661c2762172f6d33dbd9d53efebf821cd81e89245
|
||
|
make_build_target="gatling dl getlinks"
|
||
|
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||
|
|
||
|
pre_install() {
|
||
|
vmkdir usr/share/man/man1
|
||
|
}
|