network/ejabberd: update build script.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-11-18 08:52:08 +07:00 committed by Willy Sudiarto Raharjo
parent 7fb8f18beb
commit e31926ee96
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 5 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ejabberd
VERSION=${VERSION:-23.10}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,6 +84,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
patch -p1 < $CWD/0bdca8fd9e50b72382152b8496b1d064f673dbcc.patch
find -L $CWD -type f -name "*.tar.gz" ! -name "$PRGNAM-$VERSION.tar.gz" \
| while read f
do

View file

@ -2,6 +2,7 @@ PRGNAM="ejabberd"
VERSION="23.10"
HOMEPAGE="https://www.ejabberd.im"
DOWNLOAD="https://github.com/processone/ejabberd/archive/23.10/ejabberd-23.10.tar.gz \
https://github.com/processone/ejabberd/commit/0bdca8fd9e50b72382152b8496b1d064f673dbcc.patch \
https://github.com/dvv/base64url/archive/1.0.1/base64url-1.0.1.tar.gz \
https://github.com/processone/cache_tab/archive/1.0.30/cache_tab-1.0.30.tar.gz \
https://github.com/processone/eimp/archive/1.0.22/eimp-1.0.22.tar.gz \
@ -11,7 +12,7 @@ DOWNLOAD="https://github.com/processone/ejabberd/archive/23.10/ejabberd-23.10.ta
https://github.com/wooga/eredis/archive/v1.2.0/eredis-1.2.0.tar.gz \
https://github.com/processone/esip/archive/1.0.50/esip-1.0.50.tar.gz \
https://github.com/processone/ezlib/archive/1.0.12/ezlib-1.0.12.tar.gz \
https://github.com/processone/fast_tls/archive/1.1.16/fast_tls-1.1.16.tar.gz \
https://github.com/processone/fast_tls/archive/c98c1a7/fast_tls-c98c1a7d190201dc4113babed91fdfedac2bf42a.tar.gz \
https://github.com/processone/fast_xml/archive/1.1.49/fast_xml-1.1.49.tar.gz \
https://github.com/processone/fast_yaml/archive/1.0.36/fast_yaml-1.0.36.tar.gz \
https://github.com/benoitc/erlang-idna/archive/6.0.0/erlang-idna-6.0.0.tar.gz \
@ -29,10 +30,11 @@ DOWNLOAD="https://github.com/processone/ejabberd/archive/23.10/ejabberd-23.10.ta
https://github.com/processone/erlang-sqlite3/archive/1.1.14/erlang-sqlite3-1.1.14.tar.gz \
https://github.com/processone/stringprep/archive/1.0.29/stringprep-1.0.29.tar.gz \
https://github.com/processone/stun/archive/1.2.10/stun-1.2.10.tar.gz \
https://github.com/processone/xmpp/archive/1.7.0/xmpp-1.7.0.tar.gz \
https://github.com/processone/xmpp/archive/3a123f2/xmpp-3a123f2db18463d1b4fce2bd41d4e5033b77ac04.tar.gz \
https://github.com/processone/yconf/archive/1.0.15/yconf-1.0.15.tar.gz \
https://github.com/benoitc/unicode_util_compat/archive/0.4.1/unicode_util_compat-0.4.1.tar.gz"
MD5SUM="c91ae2f93c4c4cd7b00e9cb30ac6044d \
6772f8676084b4ae7c1afc9a93e0efd3 \
4d515ed34e4e8966bb7400ce51de83b2 \
b8fd0788b9108c1dcea49fb3ba86eb77 \
505deb9dfe6324a6bc8e130908df105d \
@ -42,7 +44,7 @@ MD5SUM="c91ae2f93c4c4cd7b00e9cb30ac6044d \
239232590c82b1b7d78247079a1f17aa \
97401d5b374c05b8e37586b257df63c7 \
5fd5273a71ad80b3397212dc4a9dccd3 \
7b3798a054aba431512413c1a0a67e0d \
11103738f6054b2a4a87be22dc0671be \
605997a85ff66db85b5657e67714db3c \
cbb767ad4f8678d91120a34402957661 \
1975930f1ab7d90ca14f914a8f7dacd6 \
@ -60,7 +62,7 @@ MD5SUM="c91ae2f93c4c4cd7b00e9cb30ac6044d \
d23c63956f6d3da25f5a75f4a70a94fd \
4d5dff0200768e298b166667272f5f92 \
4f1d7af257b519bb6c6b7cc2724b683d \
018aecdb5bb5345cdea900946b86c866 \
f14ac2f02906c3b8970848d0e0de87bf \
6f50a504c0fa81f9a5a1f63f16ff5272 \
1742d5522f1329229beb3e033a96898d"
DOWNLOAD_x86_64=""