wok-next diff nagvis/receipt @ rev 17682
slitaz-i18n/stuff/locale-pack.conf: add isomaster to CORE_PKGS
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Feb 20 13:46:47 2015 -0500 (2015-02-20) |
parents | bb34bab08c6e |
children | fe76d2fe539b |
line diff
1.1 --- a/nagvis/receipt Fri Mar 04 18:14:34 2011 +0100 1.2 +++ b/nagvis/receipt Fri Feb 20 13:46:47 2015 -0500 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Visualization addon for nagios." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.nagvis.org/" 1.10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.11 +SUGGESTED="graphviz" 1.12 + 1.13 DEPENDS="nagios php-mysql php-gd ndoutils mk-livestatus" 1.14 -SUGGESTED="graphviz" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()