wok-stable diff nagios/receipt @ rev 12268

graphviz: we have --enable-guile=yes and --with-gdk-pixbuf so add bdeps
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 23:46:27 2012 +0200 (2012-04-25)
parents d1768332cee0
children
line diff
     1.1 --- a/nagios/receipt	Sun May 08 09:01:58 2011 +0000
     1.2 +++ b/nagios/receipt	Wed Apr 25 23:46:27 2012 +0200
     1.3 @@ -38,9 +38,12 @@
     1.4  		--libexecdir=/usr/lib/nagios/plugins \
     1.5  		--sbindir=/usr/lib/nagios/cgi \
     1.6  		--datadir=/usr/share/nagios \
     1.7 +		--htmldir=/usr/share/nagios \
     1.8  		--localstatedir=/var/lib/nagios \
     1.9  		$CONFIGURE_ARGS 
    1.10  		
    1.11 +	sed -i s!HTMLDIR=.*!HTMLDIR=/usr/share/nagios! html/Makefile
    1.12 +	
    1.13  	make all && make DESTDIR=$PWD/_pkg fullinstall \
    1.14  	&& make DESTDIR=$PWD/_pkg install-config
    1.15  }