void-packages/srcpkgs/hiawatha/template

32 lines
823 B
Text
Raw Normal View History

2014-12-30 20:44:21 +00:00
# Template file for 'hiawatha'
pkgname=hiawatha
2015-01-19 22:36:27 +00:00
version=9.11
2015-01-20 09:18:27 +00:00
revision=2
2014-12-30 20:44:21 +00:00
build_style=cmake
hostmakedepends="cmake"
makedepends="libxslt-devel polarssl-devel>=1.3.9_3"
2014-12-30 20:44:21 +00:00
short_desc="Advanced and secure webserver for Unix"
2015-01-08 13:24:16 +00:00
maintainer="Enno Boland <eb@s01.de>"
2014-12-30 20:44:21 +00:00
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
2015-01-19 22:36:27 +00:00
checksum=39b662300ed0168c8825ccbc4af7522194a118eb9007e690387c7618e56bcf09
2014-12-30 20:44:21 +00:00
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
2015-01-20 09:18:27 +00:00
-DCMAKE_INSTALL_SYSCONFDIR=/etc"
2014-12-30 20:44:21 +00:00
conf_files="
2015-01-20 09:18:27 +00:00
/etc/hiawatha/cgi-wrapper.conf
/etc/hiawatha/mimetype.conf
/etc/hiawatha/error.xslt
/etc/hiawatha/index.xslt
/etc/hiawatha/hiawatha.conf"
2014-12-30 20:44:21 +00:00
post_install() {
vsv hiawatha
}