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-02-15 10:51:37 +00:00
version=9.12
revision=1
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-02-15 10:51:37 +00:00
checksum=393c28b17cfd5c554e68e6a30b0ee5581759b5045c5788cd13f5e00df7b8849a
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
}