mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/zabbix_proxy: Updated for version 2.0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
dfe204ed9b
commit
7c14b79962
3 changed files with 8 additions and 4 deletions
|
@ -17,6 +17,7 @@ prg_start() {
|
|||
rm -f ${PIDDIR}${PRGNAM}.pid
|
||||
fi
|
||||
fi
|
||||
mkdir -p ${PIDDIR}
|
||||
${PRGDIR}${PRGNAM} >> ${LOGDIR}${PRGNAM}.log 2>&1
|
||||
RETVAL=$?
|
||||
|
||||
|
|
|
@ -23,14 +23,16 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=zabbix_proxy
|
||||
VERSION=${VERSION:-2.0.6}
|
||||
VERSION=${VERSION:-2.0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -98,6 +100,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--enable-proxy \
|
||||
--enable-java \
|
||||
--with-mysql \
|
||||
--with-jabber \
|
||||
--with-libcurl \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zabbix_proxy"
|
||||
VERSION="2.0.6"
|
||||
VERSION="2.0.8"
|
||||
HOMEPAGE="http://www.zabbix.com"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-2.0.6.tar.gz"
|
||||
MD5SUM="f7261987731dd74b58cb1da890655ddc"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/zabbix/zabbix-2.0.8.tar.gz"
|
||||
MD5SUM="8fef9e6f499295211dd9b2a9db96464b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="iksemel jdk libssh2"
|
||||
|
|
Loading…
Reference in a new issue