network/ClusterSSH: Updated for version 4.02_03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
459c09f5f6
commit
169e4e8ae7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2011-2013 LEVAI Daniel
|
||||
# Copyright (c) 2011-2014 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=ClusterSSH
|
||||
VERSION=${VERSION:-4.02_01}
|
||||
VERSION=${VERSION:-4.02_03}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,10 +65,10 @@ tar xvf $CWD/App-$PRGNAM-$VERSION.tar.gz
|
|||
cd App-$PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -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 {} \;
|
||||
|
||||
perl Build.PL \
|
||||
prefix=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ClusterSSH"
|
||||
VERSION="4.02_01"
|
||||
VERSION="4.02_03"
|
||||
HOMEPAGE="http://clusterssh.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.02_01.tar.gz"
|
||||
MD5SUM="f8646f0cf644ea1fd114643f1cf60c8b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/clusterssh/App-ClusterSSH-4.02_03.tar.gz"
|
||||
MD5SUM="1ac589a3a87d3c21ab60472312d6f1a2"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Try-Tiny perl-x11-protocol perl-File-Which perl-Test-Pod perl-Test-Pod-Coverage \
|
||||
|
|
Loading…
Reference in New Issue