void-packages/srcpkgs/hiawatha/template

31 lines
825 B
Text
Raw Normal View History

2014-12-30 20:44:21 +00:00
# Template file for 'hiawatha'
pkgname=hiawatha
version=9.9
revision=4
2014-12-30 20:44:21 +00:00
build_style=cmake
hostmakedepends="cmake"
2014-12-30 22:28:00 +00:00
makedepends="libxslt-devel"
2014-12-30 20:44:21 +00:00
short_desc="Advanced and secure webserver for Unix"
maintainer="Enno Boland <g@s01.de>"
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
checksum=0c8c716c51592d81f9aaec5fb69bbabafa82a13565f0000156d5e3112ea990c8
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
-DENABLE_SSL=ON
-DWEBROOT_DIR=/var/www
-DWORK_DIR=/var/lib/hiawatha
2014-12-30 20:44:21 +00:00
-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
}