mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/ipscan: Updated for version 3.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d040e85721
commit
80241ba842
4 changed files with 19 additions and 19 deletions
|
@ -1,8 +1,8 @@
|
|||
ipscan (fast and friendly network scanner)
|
||||
|
||||
Angry IP Scanner (or simply ipscan) is an open-source and cross-platform
|
||||
network scanner designed to be fast and simple to use. It scans IP
|
||||
addresses and ports as well as has many other features.
|
||||
Angry IP Scanner (or simply ipscan) is an open-source and
|
||||
cross-platform network scanner designed to be fast and simple to use.
|
||||
It scans IP addresses and ports as well as has many other features.
|
||||
|
||||
It is widely used by network administrators and just curious users
|
||||
around the world including large and small enterprises, banks, and
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for ipscan.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,13 +23,13 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ipscan
|
||||
VERSION=${VERSION:-3.4}
|
||||
VERSION=${VERSION:-3.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
@ -77,7 +77,7 @@ install -d $PKG/usr/share/{applications,pixmaps,$PRGNAM}
|
|||
install -D -m644 $CWD/ipscan.desktop $PKG/usr/share/applications/ipscan.desktop
|
||||
install -D -m644 $CWD/ipscan.png $PKG/usr/share/pixmaps/ipscan.png
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
cp $CWD/$SRCNAM-$VERSION.jar $PKG/usr/share/$PRGNAM
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
cp $CWD/$SRCNAM$LIBDIRSUFFIX-$VERSION.jar $PKG/usr/share/$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ipscan"
|
||||
VERSION="3.4"
|
||||
HOMEPAGE="http://www.angryip.org/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/ipscan/files/ipscan3-binary/3.4/ipscan-linux-3.4.jar"
|
||||
MD5SUM="7c2bad1551a544d4e111788846c8018b"
|
||||
DOWNLOAD_x86_64="http://sourceforge.net/projects/ipscan/files/ipscan3-binary/3.4/ipscan-linux64-3.4.jar"
|
||||
MD5SUM_x86_64="06f5ddb34c62f257b41553bb8df81015"
|
||||
VERSION="3.5.1"
|
||||
HOMEPAGE="https://github.com/angryziber/ipscan/"
|
||||
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux-3.5.1.jar"
|
||||
MD5SUM="6d269d38fe9be4261b7c5d0d74ff1bbf"
|
||||
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.5.1/ipscan-linux64-3.5.1.jar"
|
||||
MD5SUM_x86_64="f9719520334326c31b454c1e7e7f3eca"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
ipscan: ipscan (fast and friendly network scanner)
|
||||
ipscan:
|
||||
ipscan: Angry IP Scanner (or simply ipscan) is an open-source and
|
||||
ipscan: cross-platform network scanner designed to be fast and simple to use.
|
||||
ipscan: It scans IP addresses and ports as well as has many other features.
|
||||
ipscan: Angry IP Scanner (or simply ipscan) is an open-source and
|
||||
ipscan: cross-platform network scanner designed to be fast and simple to use.
|
||||
ipscan: It scans IP addresses and ports as well as has many other features.
|
||||
ipscan:
|
||||
ipscan: Home page: http://www.angryip.org/
|
||||
ipscan: Home page: https://github.com/angryziber/ipscan/
|
||||
ipscan:
|
||||
ipscan:
|
||||
ipscan:
|
||||
|
|
Loading…
Reference in a new issue