diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 5acd03052dd..d5821df2f41 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,22 +1,23 @@ # Template file for 'haproxy' pkgname=haproxy -version=1.7.10 -revision=3 +version=1.7.11 +revision=1 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" +makedepends="libressl-devel lua-devel pcre-devel" +short_desc="Reliable, high performance TCP/HTTP load balancer" +maintainer="Eivind Uggedal " +license="GPL-2.0-or-later, LGPL-2.1-or-later" +homepage="https://www.haproxy.org" +distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" +checksum=d564b8e9429d1e8e13cb648bf4694926b472e36da1079df946bb732927b232ea +make_dirs="$haproxy_homedir 0750 ${pkgname} ${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 " -license="GPL-2, LGPL-2.1" -homepage="http://www.haproxy.org" -distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" -checksum=7ac017f53ba1f623977e3956341a7349e2ac8503fe10e34ad864d91a59e12e9f + case "$XBPS_TARGET_MACHINE" in *-musl) CFLAGS="-D__LINUX_NETFILTER_H";; esac