monkey: build with mbedtls2
This commit is contained in:
parent
15e0cc702d
commit
c18ffa1945
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'monkey'
|
||||
pkgname=monkey
|
||||
version=1.6.9
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sbindir=/usr/bin
|
||||
--libdir=/usr/lib$XBPS_TARGET_WORDSIZE/$pkgname
|
||||
|
@ -9,13 +9,13 @@ configure_args="--prefix=/usr --sbindir=/usr/bin
|
|||
--webroot=/srv/www/$pkgname --mandir=/usr/share/man --default-user=_monkey
|
||||
--pidfile=/var/run/monkey.pid --logdir=/var/log/monkey"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="mbedtls-devel"
|
||||
makedepends="mbedtls2-devel"
|
||||
short_desc="Cross-arch embeddable lightweight HTTP server"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://monkey-project.com"
|
||||
distfiles="${homepage}/releases/${version%.*}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f1122e89cda627123286542b0a18fcaa131cbe9d4f5dd897d9455157289148fb
|
||||
homepage="https://github.com/monkey/monkey"
|
||||
distfiles="https://github.com/monkey/monkey/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=8b795f605bfa544d3a57afd580bf6970aac72fb6b7aba338bd3012768b30e587
|
||||
|
||||
conf_files="
|
||||
/etc/monkey/plugins/*/*.conf
|
||||
|
|
Loading…
Reference in New Issue