wok diff nagvis/receipt @ rev 21122
fbida: jpeg 9 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 20 11:08:01 2019 +0100 (2019-03-20) |
parents | bb34bab08c6e |
children | 4e6f31d3d204 |
line diff
1.1 --- a/nagvis/receipt Fri Mar 04 18:14:34 2011 +0100 1.2 +++ b/nagvis/receipt Wed Mar 20 11:08:01 2019 +0100 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()