void-packages/srcpkgs/hiawatha/template

32 lines
849 B
Bash
Raw Normal View History

2014-12-30 21:44:21 +01:00
# Template file for 'hiawatha'
pkgname=hiawatha
2015-07-27 11:25:33 +02:00
version=9.14
revision=1
2014-12-30 21:44:21 +01:00
build_style=cmake
hostmakedepends="cmake"
2015-02-24 11:31:42 +01:00
makedepends="libxslt-devel mbedtls-devel"
2014-12-30 21:44:21 +01:00
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <gottox@voidlinux.eu>"
2014-12-30 21:44:21 +01:00
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
2015-07-27 11:25:33 +02:00
checksum=79c92587cd86a0461d952c99036f5615dacdcaccabe0a9a29359e6044d809bfa
2014-12-30 21:44:21 +01:00
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DWEBROOT_DIR=/var/www
-DWORK_DIR=/var/lib/hiawatha
2015-02-24 11:31:42 +01:00
-DUSE_SYSTEM_MBEDTLS=ON
2015-01-20 10:18:27 +01:00
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
2014-12-30 21:44:21 +01:00
conf_files="
2015-01-20 10:18:27 +01:00
/etc/hiawatha/cgi-wrapper.conf
/etc/hiawatha/mimetype.conf
/etc/hiawatha/error.xslt
/etc/hiawatha/index.xslt
/etc/hiawatha/hiawatha.conf"
2015-07-27 11:25:33 +02:00
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
2014-12-30 21:44:21 +01:00
post_install() {
vsv hiawatha
}