void-packages/srcpkgs/hiawatha/template
2016-06-06 13:37:16 +02:00

26 lines
733 B
Bash

# Template file for 'hiawatha'
pkgname=hiawatha
version=10.3
revision=1
build_style=cmake
makedepends="libxslt-devel mbedtls-devel"
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
checksum=99d185fb16bb1ab706724494d3cac86464f1485ed4b0fff09a192eca6da5ff8e
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DWEBROOT_DIR=/srv/www/$pkgname
-DWORK_DIR=/var/lib/hiawatha
-DUSE_SYSTEM_MBEDTLS=ON
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
conf_files="/etc/$pkgname/*.conf /etc/$pkgname/*.xslt"
LDFLAGS="-lmbedtls -lmbedx509 -lmbedcrypto"
post_install() {
vsv hiawatha
}