mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/argus-clients: Fix script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b55c47d3a
commit
0972c8abc7
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=argus-clients
|
PRGNAM=argus-clients
|
||||||
|
SRCNAM=clients
|
||||||
VERSION=${VERSION:-3.0.8.4}
|
VERSION=${VERSION:-3.0.8.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -53,7 +54,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
mv clients-$VERSION $PRGNAM-$VERSION
|
mv clients-$VERSION $PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PRGNAM="argus-clients"
|
PRGNAM="argus-clients"
|
||||||
VERSION="3.0.8.4"
|
VERSION="3.0.8.4"
|
||||||
HOMEPAGE="https://www.qosient.com/argus/index.shtml"
|
HOMEPAGE="https://www.qosient.com/argus/index.shtml"
|
||||||
DOWNLOAD="https://github.com/openargus/clients/archive/v3.0.8.4/argus-clients-3.0.8.4.tar.gz"
|
DOWNLOAD="https://github.com/openargus/clients/archive/v3.0.8.4/clients-3.0.8.4.tar.gz"
|
||||||
MD5SUM="67768854b128be2c477b3c0ea9eaca50"
|
MD5SUM="67768854b128be2c477b3c0ea9eaca50"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
|
|
Loading…
Reference in a new issue