void-packages/srcpkgs/hiawatha/template
2015-01-08 14:24:16 +01:00

31 lines
879 B
Text

# Template file for 'hiawatha'
pkgname=hiawatha
version=9.10.1
revision=1
build_style=cmake
hostmakedepends="cmake"
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <eb@s01.de>"
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
checksum=3e9c0c9888692eb488a6c00a8034ee173a75453aa3f473b72956dffcac9a586b
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DENABLE_SSL=ON
-DWEBROOT_DIR=/var/www
-DWORK_DIR=/var/lib/hiawatha
-DUSE_SYSTEM_POLARSSL=ON
-DCMAKE_INSTALL_SYSCONFDIR=/etc/hiawatha"
conf_files="
/etc/hiawatha/hiawatha/cgi-wrapper.conf
/etc/hiawatha/hiawatha/mimetype.conf
/etc/hiawatha/hiawatha/error.xslt
/etc/hiawatha/hiawatha/index.xslt
/etc/hiawatha/hiawatha/hiawatha.conf"
post_install() {
vsv hiawatha
}