# HG changeset patch # User Hans-G?nter Theisgen # Date 1556552244 -3600 # Node ID 2616f64bb8790642742dc199929d3f60d575310c # Parent d5d01cc5606450b7eb8f9f2afa2f98a7042746d8 updated mk-livestatus (1.2.2 -> 1.2.8p25) diff -r d5d01cc56064 -r 2616f64bb879 mk-livestatus/receipt --- a/mk-livestatus/receipt Mon Apr 29 16:15:48 2019 +0100 +++ b/mk-livestatus/receipt Mon Apr 29 16:37:24 2019 +0100 @@ -1,36 +1,42 @@ # SliTaz package receipt. PACKAGE="mk-livestatus" -VERSION="1.2.2" +VERSION="1.2.8p25" CATEGORY="system-tools" -SHORT_DESC="Nagios status broker module" +SHORT_DESC="Nagios status broker module." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://mathias-kettner.de/cms_livestatus.html" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://mathias-kettner.de/checkmk_livestatus.html" WGET_URL="https://mathias-kettner.de/download/$TARBALL" DEPENDS="nagios" -BUILD_DEPENDS="nagios-dev" +BUILD_DEPENDS="gcc 83 nagios-dev" # Rules to configure and make the package. compile_rules() { + export CC=gcc-83 + export CXX=g++-83 + ./configure && - make && make -j1 install + make -j1 && + make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr } post_install() { - # Modify nagios config + # Modify nagios configuration cat >> "$1/etc/nagios/nagios.cfg" <