wok-next annotate mk-livestatus/receipt @ rev 21349

build efl with meson
author Hans-G?nter Theisgen
date Thu Apr 09 16:25:22 2020 +0100 (2020-04-09)
parents 306a4f258013
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
erjo@8698 2
erjo@8698 3 PACKAGE="mk-livestatus"
erjo@14464 4 VERSION="1.2.2"
erjo@8698 5 CATEGORY="system-tools"
erjo@8698 6 SHORT_DESC="Nagios status broker module"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15611 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://mathias-kettner.de/checkmk_livestatus.html"
al@21020 10
erjo@8698 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20929 12 WGET_URL="https://mathias-kettner.de/download/$TARBALL"
erjo@8698 13
pascal@15611 14 BUILD_DEPENDS="nagios-dev"
pascal@15611 15
al@21020 16 compile_rules() {
pascal@14465 17 ./configure &&
al@21020 18 make &&
al@21020 19 make -j1 install
erjo@8698 20 }
erjo@8698 21
al@21020 22 genpkg_rules() {
al@21020 23 copy @std
al@21020 24 DEPENDS="nagios"
erjo@8698 25 }
erjo@8698 26
al@21020 27 post_install() {
erjo@8698 28 # Modify nagios config
al@18741 29 cat >> "$1/etc/nagios/nagios.cfg" <<EOT
erjo@8698 30 broker_module=/usr/lib/mk-livestatus/livestatus.o /var/lib/nagios/rw/live
erjo@8698 31 event_broker_options=-1
erjo@8698 32 EOT
erjo@8698 33 }