wok diff nagios-nrpe/receipt @ rev 25032

giblib: modified configure parameter
author Hans-G?nter Theisgen
date Fri May 20 10:31:08 2022 +0100 (2022-05-20)
parents 5ea0ce1cecc0
children 7364ffdaaa60
line diff
     1.1 --- a/nagios-nrpe/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/nagios-nrpe/receipt	Fri May 20 10:31:08 2022 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nagios-nrpe"
     1.7 -VERSION="4.0.2"
     1.8 +VERSION="4.0.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Service and network monitoring program, remote monitoring."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://www.nagios.org/"
    1.14 +REPOLOGY="nrpe"
    1.15  
    1.16  SOURCE="nrpe"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18  WGET_URL="https://github.com/NagiosEnterprises/$SOURCE/releases/download/$SOURCE-$VERSION/$TARBALL"
    1.19  
    1.20 +DEPENDS="libcrypto libssl nagios-plugins"
    1.21  BUILD_DEPENDS="libcrypto-dev libwrap-dev openssl openssl-dev"
    1.22 -DEPENDS="libcrypto libssl nagios-plugins"
    1.23  
    1.24  current_version()
    1.25  {
    1.26 @@ -37,7 +38,7 @@
    1.27  
    1.28  	addgroup nagios
    1.29  	adduser -D -G nagios nagios
    1.30 -	
    1.31 +
    1.32  	./configure					\
    1.33  		--prefix=/usr				\
    1.34  		--infodir=/usr/share/info		\