mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Net-Netmask: Updated for version 1.9022.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f2529d40d3
commit
1852c5a4c1
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-Net-Netmask
|
||||
|
||||
# Copyright 2013 Kent Fritz Mountain View, CA, USA
|
||||
# Copyright 2013,2017 Kent Fritz Mountain View, CA, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Net-Netmask
|
||||
VERSION=${VERSION:-1.9019}
|
||||
VERSION=${VERSION:-1.9022}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Net-Netmask"
|
||||
VERSION="1.9019"
|
||||
VERSION="1.9022"
|
||||
HOMEPAGE="https://metacpan.org/pod/Net::Netmask"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9019.tar.gz"
|
||||
MD5SUM="406995de27f55980f50f0bfbeb3c2d27"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-1.9022.tar.gz"
|
||||
MD5SUM="67cee41e2214bd0934ff96944b29130c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue