network/arping: Updated for version 2.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f531f30ce3
commit
2d78ba30d1
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=arping
|
||||
VERSION=${VERSION:-2.09}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -63,11 +63,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 {} \;
|
||||
|
||||
# We are renameing the installed files arping2 to aviod conflicts with
|
||||
# Slackware's iputils arping so lets fix the manpages and scan script.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="arping"
|
||||
VERSION="2.09"
|
||||
VERSION="2.13"
|
||||
HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=arping"
|
||||
DOWNLOAD="http://www.habets.pp.se/synscan/files/arping-2.09.tar.gz"
|
||||
MD5SUM="6f6a91c8700fcc7454b4e89480e417e3"
|
||||
DOWNLOAD="http://www.habets.pp.se/synscan/files/arping-2.13.tar.gz"
|
||||
MD5SUM="698e4a87d4ea6c8535b07b06d9ed503e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libnet"
|
||||
|
|
Loading…
Reference in New Issue