mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
hiawatha: move to usr/bin.
This commit is contained in:
parent
330e940eb1
commit
536d76c99f
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hiawatha'
|
# Template file for 'hiawatha'
|
||||||
pkgname=hiawatha
|
pkgname=hiawatha
|
||||||
version=9.13
|
version=9.13
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake"
|
hostmakedepends="cmake"
|
||||||
makedepends="libxslt-devel mbedtls-devel"
|
makedepends="libxslt-devel mbedtls-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Enno Boland <eb@s01.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://hiawatha-webserver.org"
|
homepage="https://hiawatha-webserver.org"
|
||||||
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
distfiles="$homepage/files/$pkgname-$version.tar.gz"
|
||||||
checksum=b90bec9ce5ec5d03321e0db137f08385b91e9cfcf22e30fa6b42d705739f4ba8
|
checksum=6ae204199849340f8ec5a1becbc3f3d80f8d5280f1feff8a12a25f8bc40dc225
|
||||||
configure_args="
|
configure_args="
|
||||||
-DLOG_DIR=/var/log/hiawatha
|
-DLOG_DIR=/var/log/hiawatha
|
||||||
-DPID_DIR=/run
|
-DPID_DIR=/run
|
||||||
|
@ -27,5 +27,6 @@ conf_files="
|
||||||
/etc/hiawatha/hiawatha.conf"
|
/etc/hiawatha/hiawatha.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/sbin/* ${DESTDIR}/usr/bin
|
||||||
vsv hiawatha
|
vsv hiawatha
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue