diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2017-12-25 10:35:25 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:11:23 -0600 |
commit | 873d815fa1c72c30c58f104f93f58cd23a94130f (patch) | |
tree | 6f146ff9a48dd7b013f525bace1fa70f6d9c9614 /perl/perl-Geo-IP/perl-Geo-IP.SlackBuild | |
parent | 7e19b2c0ed23cf62f9db765eb919101dd09d0291 (diff) |
perl/perl-Geo-IP: Updated for version 1.51.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Geo-IP/perl-Geo-IP.SlackBuild')
-rw-r--r-- | perl/perl-Geo-IP/perl-Geo-IP.SlackBuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Geo-IP/perl-Geo-IP.SlackBuild b/perl/perl-Geo-IP/perl-Geo-IP.SlackBuild index 6742fcdf4b04..db131ebbef81 100644 --- a/perl/perl-Geo-IP/perl-Geo-IP.SlackBuild +++ b/perl/perl-Geo-IP/perl-Geo-IP.SlackBuild @@ -4,7 +4,7 @@ # Home Page http://search.cpan.org/dist/Geo-IP/ # Copyright 2013 Kees Theunissen, Utrecht, the Netherlands -# Copyright (c) 2012-2014, Nishant Limbachia, Hoffman Estates, IL, USA +# Copyright (c) 2012-2017, Nishant Limbachia, Hoffman Estates, IL, USA # (nishant _AT_ mnspace _DOT_ net) # All rights reserved. @@ -27,7 +27,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="perl-Geo-IP" -VERSION=${VERSION:-1.45} +VERSION=${VERSION:-1.51} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -35,7 +35,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 @@ -46,10 +46,10 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -DOCS="Changes README INSTALL" +DOCS="Changes README.md INSTALL LICENSE" -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" |