New package: hiawatha-9.9
This commit is contained in:
parent
79351bde34
commit
61c6f97a8b
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /usr/bin/hiawatha -d
|
|
@ -0,0 +1,30 @@
|
|||
# Template file for 'hiawatha'
|
||||
pkgname=hiawatha
|
||||
version=9.9
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="polarssl-devel libxslt-devel libressl-devel"
|
||||
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
|
||||
-DUSE_SYSTEM_POLARSSL=ON
|
||||
-DWEBROOT_DIR=/var/www
|
||||
-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
|
||||
}
|
Loading…
Reference in New Issue