mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/nrpe: Updated for version 2.12
This commit is contained in:
parent
af8dec6493
commit
5787c73006
2 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue