From 91200c73ea3d620ca2c3c7e57e30dfba817936f2 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 16 Aug 2016 16:31:19 +0300 Subject: graphics/graph-easy: Updated for version 0.76. Signed-off-by: Dimitris Zlatanidis --- graphics/graph-easy/graph-easy.SlackBuild | 10 +++++----- graphics/graph-easy/graph-easy.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'graphics/graph-easy') 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="" -- cgit v1.2.3