wok-current rev 20874
updated ejabberd again (2.1.6 -> 18.12.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 23 15:04:17 2019 +0100 (2019-02-23) |
parents | 1c9763ba6546 |
children | 65d1668b0834 |
files | ejabberd/receipt |
line diff
1.1 --- a/ejabberd/receipt Sat Feb 23 14:55:17 2019 +0100 1.2 +++ b/ejabberd/receipt Sat Feb 23 15:04:17 2019 +0100 1.3 @@ -13,13 +13,14 @@ 1.4 WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL" 1.5 1.6 DEPENDS="erlang expat openssl zlib" 1.7 -BUILD_DEPENDS="erlang expat-dev openssl-dev zlib-dev" 1.8 +BUILD_DEPENDS="autoconf automake erlang expat-dev openssl-dev zlib-dev" 1.9 CONFIG_FILES="/etc/ejabberd" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 - cd $src/src 1.15 +# cd $src/src 1.16 + ./autogen.sh 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --infodir=/usr/share/info \