wok-6.x diff ejabberd/receipt @ rev 23010
updated libav (0.6.1 -> 0.6.6)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 03 08:54:13 2020 +0100 (2020-03-03) |
parents | b9fbde67970f |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/ejabberd/receipt Sat Apr 20 17:16:39 2019 +0100 1.2 +++ b/ejabberd/receipt Tue Mar 03 08:54:13 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="ejabberd" 1.7 -VERSION="18.12.1" 1.8 +VERSION="19.09.1" 1.9 CATEGORY="network" 1.10 TAGS="im instant-messaging server" 1.11 SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)." 1.12 @@ -9,18 +9,18 @@ 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.ejabberd.im/" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION.tgz" 1.17 -WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="https://github.com/processone/$PACKAGE/archive/$VERSION.tar.gz" 1.20 1.21 DEPENDS="erlang expat openssl zlib" 1.22 BUILD_DEPENDS="autoconf automake cacerts erlang expat-dev openssl-dev zlib-dev" 1.23 + 1.24 CONFIG_FILES="/etc/ejabberd" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 -# cd $src/src 1.30 - ./autogen.sh 1.31 + ./autogen.sh && 1.32 ./configure \ 1.33 --prefix=/usr \ 1.34 --infodir=/usr/share/info \