mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
hiawatha: update to 10.8.3.
This commit is contained in:
parent
68f4682f2a
commit
4d8fe329e1
1 changed files with 6 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=10.8.2
|
version=10.8.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
|
configure_args="-DLOG_DIR=/var/log/hiawatha -DPID_DIR=/run
|
||||||
-DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
|
-DWEBROOT_DIR=/srv/www/$pkgname -DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_MBEDTLS=ON -DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
-DUSE_SYSTEM_MBEDTLS=ON -DUSE_SYSTEM_NGHTTP2=ON
|
||||||
makedepends="libxslt-devel mbedtls-devel"
|
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
|
makedepends="libxslt-devel mbedtls-devel nghttp2-devel"
|
||||||
short_desc="Advanced and secure webserver for Unix"
|
short_desc="Advanced and secure webserver for Unix"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://hiawatha-webserver.org"
|
homepage="https://hiawatha-webserver.org"
|
||||||
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
distfiles="${homepage}/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum=282e586113a1ffaececfd093a3da83c9f6de67e8d76853f25c546fdca9f013c7
|
checksum=7f98be8b42adf477fcc7a8eedea8bc2686a3a5fc3931835ea2a211766d5c2412
|
||||||
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
conf_files="/etc/${pkgname}/*.conf /etc/${pkgname}/*.xslt"
|
||||||
|
make_dirs="/var/log/hiawatha 0755 root root"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv hiawatha
|
vsv hiawatha
|
||||||
|
|
Loading…
Add table
Reference in a new issue