wok rev 22174

updated ejabberd (18.12.1 -> 19.09.1)
author Hans-G?nter Theisgen
date Fri Nov 08 15:25:15 2019 +0100 (2019-11-08)
parents 10cb3c0041fa
children 55af2ae5af8f
files ejabberd/receipt
line diff
     1.1 --- a/ejabberd/receipt	Fri Nov 08 14:48:56 2019 +0100
     1.2 +++ b/ejabberd/receipt	Fri Nov 08 15:25:15 2019 +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	\