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
|
2015-02-24 10:31:42 +00:00
|
|
|
revision=2
|
2014-12-30 20:44:21 +00:00
|
|
|
build_style=cmake
|
|
|
|
hostmakedepends="cmake"
|
2015-02-24 10:31:42 +00:00
|
|
|
makedepends="libxslt-devel mbedtls-devel"
|
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
|
2014-12-30 20:58:23 +00:00
|
|
|
-DWORK_DIR=/var/lib/hiawatha
|
2015-02-24 10:31:42 +00:00
|
|
|
-DUSE_SYSTEM_MBEDTLS=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
|
|
|
|
}
|