parent
c147f2c461
commit
20ec351f4e
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prosody'
|
# Template file for 'prosody'
|
||||||
pkgname=prosody
|
pkgname=prosody
|
||||||
version=0.10.0
|
version=0.10.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/prosody/prosody.cfg.lua
|
/etc/prosody/prosody.cfg.lua
|
||||||
|
@ -12,7 +12,7 @@ system_accounts="prosody"
|
||||||
prosody_homedir="/var/lib/prosody"
|
prosody_homedir="/var/lib/prosody"
|
||||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||||
makedepends="lua51-devel libressl-devel libidn-devel"
|
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||||
depends="luasocket luafilesystem luaexpat lua51-luasec"
|
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
||||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -22,6 +22,10 @@ checksum=7414e447256c60b2645578c4a5913113cd74b419ca5a032b54db90d98a978498
|
||||||
checksum=1a59a322b71928a21985522aa00d0eab3552208d7bf9ecb318542a1b2fee3e8d
|
checksum=1a59a322b71928a21985522aa00d0eab3552208d7bf9ecb318542a1b2fee3e8d
|
||||||
broken=https://build.voidlinux.eu/builders/armv6l_builder/builds/6248/steps/shell_3/logs/stdio
|
broken=https://build.voidlinux.eu/builders/armv6l_builder/builds/6248/steps/shell_3/logs/stdio
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) ADDCFLAGS="-DWITHOUT_MALLINFO";;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
||||||
}
|
}
|
||||||
|
@ -35,7 +39,8 @@ do_configure() {
|
||||||
--with-lua-include=${XBPS_CROSS_BASE}/usr/include/lua5.1 \
|
--with-lua-include=${XBPS_CROSS_BASE}/usr/include/lua5.1 \
|
||||||
--with-lua=${XBPS_CROSS_BASE}/usr \
|
--with-lua=${XBPS_CROSS_BASE}/usr \
|
||||||
--lua-suffix=5.1 \
|
--lua-suffix=5.1 \
|
||||||
--runwith=lua5.1
|
--runwith=lua5.1 \
|
||||||
|
--add-cflags="$ADDCFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue