gentoo/net-analyzer/nagios-check_logfiles/nagios-check_logfiles-4.0.1.3.ebuild
Jakov Smolić 19f303d857
net-analyzer/nagios-check_logfiles: Stabilize 4.0.1.3 amd64, #862885
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-08-29 14:38:34 +02:00

26 lines
662 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A nagios plugin for checking logfiles"
HOMEPAGE="https://labs.consol.de/nagios/check_logfiles/index.html"
MY_P=${P/nagios-/}
SRC_URI="https://labs.consol.de/assets/downloads/nagios/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc x86"
RDEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
S="${WORKDIR}/${MY_P}"
src_configure() {
econf \
--libexecdir="${EPREFIX}/usr/$(get_libdir)/nagios/plugins" \
--sysconfdir="${EPREFIX}/etc/nagios"
}