wok-next diff ejabberd/receipt @ rev 19370
ppp: remove pppnc (done by pppssh)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 09 11:14:54 2016 +0200 (2016-08-09) |
parents | 42b844028fd8 |
children | 757d032c55c7 |
line diff
1.1 --- a/ejabberd/receipt Sun May 22 00:21:45 2011 +0000 1.2 +++ b/ejabberd/receipt Tue Aug 09 11:14:54 2016 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Jabber/XMPP instant messaging server (real-time communication)." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.ejabberb.im/" 1.10 WGET_URL="http://www.process-one.net/downloads/$PACKAGE/$VERSION/$TARBALL" 1.11 @@ -32,7 +33,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/etc/init.d 1.15 - cp -a $_pkg/* $fs 1.16 + cp -a $install/* $fs 1.17 ln -s /usr/sbin/ejabberdctl $fs/etc/init.d/ejabberd 1.18 } 1.19