wok diff ejabberd/receipt @ rev 8585

Fix: speex need -j 1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:35:04 2011 +0100 (2011-02-14)
parents 337e51458e0f
children 3b2ae5a79c4b
line diff
     1.1 --- a/ejabberd/receipt	Tue Feb 03 11:36:29 2009 +0000
     1.2 +++ b/ejabberd/receipt	Mon Feb 14 03:35:04 2011 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  PACKAGE="ejabberd"
     1.5  VERSION="2.0.3"
     1.6  CATEGORY="network"
     1.7 -SHORT_DESC="XMPP server (real-time communication)."
     1.8 +SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)."
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.$PACKAGE.im/"
    1.12 @@ -11,6 +11,7 @@
    1.13  DEPENDS="erlang expat openssl zlib"
    1.14  BUILD_DEPENDS="erlang expat-dev openssl-dev zlib-dev"
    1.15  CONFIG_FILES="/etc/ejabberd"
    1.16 +TAGS="im instant-messaging server"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()