wok-6.x diff mk-livestatus/receipt @ rev 15659
c_icap: do not start daemon while cooking
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 12 07:48:19 2013 +0000 (2013-12-12) |
parents | 00ec8a4f1615 |
children | 9e01bc6321ea |
line diff
1.1 --- a/mk-livestatus/receipt Sat Apr 27 09:10:25 2013 +0200 1.2 +++ b/mk-livestatus/receipt Thu Dec 12 07:48:19 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Nagios status broker module" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="nagios" 1.8 -BUILD_DEPENDS="nagios-dev" 1.9 +LICENSE="GPL2" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://mathias-kettner.de/checkmk_livestatus.html" 1.12 WGET_URL="http://mathias-kettner.de/download/$TARBALL" 1.13 1.14 +DEPENDS="nagios" 1.15 +BUILD_DEPENDS="nagios-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 {