mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/argus-clients: Updated for version 3.0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3fde39d0d9
commit
f32a3c8894
2 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
# Written by R. Bailey <bailey@akamai.com>
|
||||
|
||||
PRGNAM=argus-clients
|
||||
VERSION=${VERSION:-3.0.2}
|
||||
VERSION=${VERSION:-3.0.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,11 +43,11 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="argus-clients"
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.0.6.2"
|
||||
HOMEPAGE="http://www.qosient.com/argus/index.shtml"
|
||||
DOWNLOAD="ftp://qosient.com/pub/argus/src/argus-clients-3.0.2.tar.gz"
|
||||
MD5SUM="c6e176a630844bb35304bd78a4d62078"
|
||||
DOWNLOAD="http://qosient.com/argus/src/argus-clients-3.0.6.2.tar.gz"
|
||||
MD5SUM="1ba3957c1d052ac24e18bcea5a52af5f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue