prosody: update to 0.11.5.
This commit is contained in:
parent
1305ce602d
commit
bfb6f9a540
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'prosody'
|
# Template file for 'prosody'
|
||||||
pkgname=prosody
|
pkgname=prosody
|
||||||
version=0.11.4
|
version=0.11.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -26,7 +26,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://prosody.im/"
|
homepage="https://prosody.im/"
|
||||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=b5f26fa343c7f32f6242721d6991cb35f5d2a28d2bf59d2bc329a940523704fd
|
checksum=55f8bd65d5d2af61cc739bd6164e4207011e0d2d260cde583071c90d8d85408b
|
||||||
|
|
||||||
system_accounts="prosody"
|
system_accounts="prosody"
|
||||||
prosody_homedir="/var/lib/prosody"
|
prosody_homedir="/var/lib/prosody"
|
||||||
|
@ -36,10 +36,10 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
sed -i -e "/^CFLAGS=/s|$| ${CFLAGS}|" \
|
vsed -e "/^CFLAGS=/s|$| ${CFLAGS}|" \
|
||||||
-e "s|^CC=.*|CC=${CC}|" \
|
-e "s|^CC=.*|CC=${CC}|" \
|
||||||
-e 's|^LD=.*|LD=${CC}|' \
|
-e 's|^LD=.*|LD=${CC}|' \
|
||||||
config.unix
|
-i config.unix
|
||||||
}
|
}
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue