hiawatha: move to usr/bin.

This commit is contained in:
Juan RP 2015-06-02 12:06:50 +02:00
parent 330e940eb1
commit 536d76c99f
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hiawatha'
pkgname=hiawatha
version=9.13
revision=1
revision=2
build_style=cmake
hostmakedepends="cmake"
makedepends="libxslt-devel mbedtls-devel"
@ -10,7 +10,7 @@ maintainer="Enno Boland <eb@s01.de>"
license="GPL-2"
homepage="https://hiawatha-webserver.org"
distfiles="$homepage/files/$pkgname-$version.tar.gz"
checksum=b90bec9ce5ec5d03321e0db137f08385b91e9cfcf22e30fa6b42d705739f4ba8
checksum=6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
configure_args="
-DLOG_DIR=/var/log/hiawatha
-DPID_DIR=/run
@ -27,5 +27,6 @@ conf_files="
/etc/hiawatha/hiawatha.conf"
post_install() {
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
vsv hiawatha
}