mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
hiawatha: update to 9.14.
This commit is contained in:
parent
b84269db8b
commit
a89d2a98da
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.13
|
version=9.14
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel mbedtls-devel"
|
makedepends="libxslt-devel mbedtls-devel"
|
||||||
|
@ -10,11 +10,10 @@ maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
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=6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
|
checksum=79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa
|
||||||
configure_args="
|
configure_args="
|
||||||
-DLOG_DIR=/var/log/hiawatha
|
-DLOG_DIR=/var/log/hiawatha
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
-DENABLE_SSL=ON
|
|
||||||
-DWEBROOT_DIR=/var/www
|
-DWEBROOT_DIR=/var/www
|
||||||
-DWORK_DIR=/var/lib/hiawatha
|
-DWORK_DIR=/var/lib/hiawatha
|
||||||
-DUSE_SYSTEM_MBEDTLS=ON
|
-DUSE_SYSTEM_MBEDTLS=ON
|
||||||
|
@ -25,8 +24,8 @@ conf_files="
|
||||||
/etc/hiawatha/error.xslt
|
/etc/hiawatha/error.xslt
|
||||||
/etc/hiawatha/index.xslt
|
/etc/hiawatha/index.xslt
|
||||||
/etc/hiawatha/hiawatha.conf"
|
/etc/hiawatha/hiawatha.conf"
|
||||||
|
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
|
||||||
vsv hiawatha
|
vsv hiawatha
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue