wok-6.x rev 13573
jabberd2: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 04 18:59:49 2012 +0100 (2012-11-04) |
parents | 90f1623aac5e |
children | e4bb3613df48 |
files | jabberd2/receipt |
line diff
1.1 --- a/jabberd2/receipt Sun Nov 04 18:18:29 2012 +0100 1.2 +++ b/jabberd2/receipt Sun Nov 04 18:59:49 2012 +0100 1.3 @@ -6,20 +6,22 @@ 1.4 SHORT_DESC="XMPP server (real-time communication)." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 SOURCE="jabberd" 1.7 -TARBALL="$SOURCE-$VERSION.tar.bz2" 1.8 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.9 WEB_SITE="http://$PACKAGE.xiaoka.com/" 1.10 -WGET_URL="http://ftp.xiaoka.com/$PACKAGE/releases/$TARBALL" 1.11 +WGET_URL="https://github.com/downloads/Jabberd2/$PACKAGE/$TARBALL" 1.12 CONFIG_FILES="/etc/jabberd" 1.13 TAGS="im instant-messaging server" 1.14 1.15 DEPENDS="expat gsasl udns libidn zlib openssl libkrb5 libcomerr3" 1.16 BUILD_DEPENDS="expat gsasl gsasl-dev udns udns-dev libidn-dev openssl-dev \ 1.17 -zlib-dev db-dev openldap-dev postgresql mysql sqlite sqlite-dev expat-dev" 1.18 +zlib-dev db-dev openldap-dev postgresql mysql sqlite sqlite-dev expat-dev wget 1.19 +cppunit-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 { 1.24 cd $src 1.25 + sed -i 's|#else /.*|&\nint set_debug_log_from_config(config_t c){}|' util/log.c 1.26 CFLAGS="-march=$ARCH -O2 -pipe -fomit-frame-pointer" 1.27 ./configure --prefix=/usr \ 1.28 --infodir=/usr/share/info \