wok-next diff icinga/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | 757d032c55c7 |
children |
line diff
1.1 --- a/icinga/receipt Fri Mar 30 19:31:50 2018 +0300 1.2 +++ b/icinga/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,9 +4,9 @@ 1.4 VERSION="1.2.1" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="Open Source host, service and network monitoring program" 1.7 -MAINTAINER="erjo@slitaz.org" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="GPL2" 1.10 -WEB_SITE="http://www.icinga.org" 1.11 +WEB_SITE="https://icinga.com/" 1.12 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 @@ -30,8 +30,8 @@ 1.16 --localstatedir=/var/log/icinga \ 1.17 --with-mail=/usr/bin/mailx \ 1.18 $CONFIGURE_ARGS && 1.19 - make all && \ 1.20 - make DESTDIR=$DESTDIR \ 1.21 + make all && 1.22 + make DESTDIR=$install \ 1.23 install \ 1.24 install-commandmode \ 1.25 install-config \