wok-6.x diff nagvis/receipt @ rev 19659
Up cookutils (873): bugfix
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jan 27 15:55:45 2017 +0200 (2017-01-27) |
parents | bb34bab08c6e |
children | 4e6f31d3d204 |
line diff
1.1 --- a/nagvis/receipt Fri Mar 04 18:14:34 2011 +0100 1.2 +++ b/nagvis/receipt Fri Jan 27 15:55:45 2017 +0200 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()