Merge pull request #1620 from necrophcodr/monkey
monkey: fix cross-compilation issues.
This commit is contained in:
commit
44fdbbbea5
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'monkey'
|
||||
pkgname=monkey
|
||||
version=1.5.6
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=configure
|
||||
makedepends="mbedtls-devel"
|
||||
configure_args+="--prefix=/usr --plugdir=/usr/share/monkey/plugins "
|
||||
configure_args+="--sysconfdir=/etc/monkey/ --enable-plugins=mbedtls "
|
||||
configure_args+="--datadir=/srv/httpd --mandir=/usr/share/man "
|
||||
configure_args+="--pidfile=/var/run/monkey.pid --logdir=/var/log/monkey "
|
||||
configure_args+="--malloc-libc"
|
||||
short_desc="Cross-arch embeddable lightweight HTTP server"
|
||||
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
|
||||
license="APL-2.0"
|
||||
|
@ -15,8 +16,6 @@ homepage="http://monkey-project.com"
|
|||
distfiles="${homepage}/releases/1.5/${pkgname}-${version}.tar.gz"
|
||||
checksum=7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22
|
||||
|
||||
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/11227/steps/shell_3/logs/stdio"
|
||||
|
||||
make_dirs="
|
||||
/var/log/monkey 0755 root httpd
|
||||
/srv/httpd/htdocs 0755 root httpd"
|
||||
|
|
Loading…
Reference in New Issue
Block a user