network/nrpe: Updated for version 2.12

This commit is contained in:
Zordrak 2010-05-13 00:37:38 +02:00 committed by Robby Workman
parent af8dec6493
commit 5787c73006
2 changed files with 3 additions and 1 deletions

View file

@ -98,4 +98,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -2,7 +2,9 @@ PRGNAM="nrpe"
VERSION="2.12"
HOMEPAGE="http://www.nagios.org"
DOWNLOAD="http://downloads.sourceforge.net/nagios/nrpe-2.12.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="b2d75e2962f1e3151ef58794d60c9e97"
MD5SUM_x86_64=""
MAINTAINER="Zordrak"
EMAIL="slackbuilds@tpa.me.uk"
APPROVED="rworkman"