mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
e3422e4967
commit
4da3899225
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=2.1.5
|
version=2.1.7
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
|
||||||
makedepends="libatomic-devel libressl-devel lua-devel pcre-devel"
|
makedepends="libatomic-devel libressl-devel lua-devel pcre-devel"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.haproxy.org"
|
homepage="https://www.haproxy.org"
|
||||||
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
|
||||||
checksum=42174ac5836ab243565b888299ec30115c1259e75872696708528260c6700ea1
|
checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
|
||||||
|
|
||||||
haproxy_homedir="/var/lib/${pkgname}"
|
haproxy_homedir="/var/lib/${pkgname}"
|
||||||
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue