diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-16 16:31:19 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:15 +0700 |
commit | 91200c73ea3d620ca2c3c7e57e30dfba817936f2 (patch) | |
tree | f7cc9e4f5f2839d18aa0d94b96cdb08d3e84871b /graphics | |
parent | 9d99131f65e636509be6c99907f307a858ba08b6 (diff) |
graphics/graph-easy: Updated for version 0.76.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/graph-easy/graph-easy.SlackBuild | 10 | ||||
-rw-r--r-- | graphics/graph-easy/graph-easy.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/graphics/graph-easy/graph-easy.SlackBuild b/graphics/graph-easy/graph-easy.SlackBuild index e9cf14657257..fb56a9660af4 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 a57610752d45..4e24994d7150 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="" |