void-packages/srcpkgs/haproxy/template
2016-10-06 03:47:38 -04:00

30 lines
1 KiB
Bash

# Template file for 'haproxy'
pkgname=haproxy
version=1.6.9
revision=2
build_style=gnu-makefile
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1"
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/$pkgname"
conf_files="/etc/${pkgname}/${pkgname}.cfg"
system_accounts="${pkgname}"
haproxy_homedir="/var/lib/${pkgname}"
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
makedepends="libressl-devel pcre-devel zlib-devel lua-devel"
short_desc="Reliable, high performance TCP/HTTP load balancer"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-2, LGPL-2.1"
homepage="http://www.haproxy.org"
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
checksum=cf7d2fa891d2ae4aa6489fc43a9cadf68c42f9cb0de4801afad45d32e7dda133
do_build() {
make ${makejobs} CC="$CC" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
${make_build_args}
}
post_install() {
vinstall ${FILESDIR}/${pkgname}.cfg 644 etc/${pkgname}
vsv ${pkgname}
}