summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-16 15:31:19 +0200
committer Willy Sudiarto Raharjo2016-08-20 02:51:15 +0200
commit91200c73ea3d620ca2c3c7e57e30dfba817936f2 (patch)
treef7cc9e4f5f2839d18aa0d94b96cdb08d3e84871b
parent9d99131f65e636509be6c99907f307a858ba08b6 (diff)
downloadslackbuilds-91200c73ea3d620ca2c3c7e57e30dfba817936f2.tar.gz
graphics/graph-easy: Updated for version 0.76.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--graphics/graph-easy/graph-easy.SlackBuild10
-rw-r--r--graphics/graph-easy/graph-easy.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/graph-easy/graph-easy.SlackBuild b/graphics/graph-easy/graph-easy.SlackBuild
index e9cf146572..fb56a9660a 100644
--- a/graphics/graph-easy/graph-easy.SlackBuild
+++ b/graphics/graph-easy/graph-easy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for graph-easy
-# Copyright 2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -18,13 +18,13 @@
PRGNAM=graph-easy
SRCNAM=Graph-Easy
-VERSION=${VERSION:-0.75}
+VERSION=${VERSION:-0.76}
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
@@ -35,8 +35,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"
diff --git a/graphics/graph-easy/graph-easy.info b/graphics/graph-easy/graph-easy.info
index a57610752d..4e24994d71 100644
--- a/graphics/graph-easy/graph-easy.info
+++ b/graphics/graph-easy/graph-easy.info
@@ -1,8 +1,8 @@
PRGNAM="graph-easy"
-VERSION="0.75"
+VERSION="0.76"
HOMEPAGE="http://bloodgate.com/perl/graph/manual/index.html"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Graph-Easy-0.75.tar.gz"
-MD5SUM="8a4536760de1920586d3509355caa9f7"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Graph-Easy-0.76.tar.gz"
+MD5SUM="031064db5f254a02a462464832ff845c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""