summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author DhabyX <slack.dhabyx@gmail.com>2017-03-13 22:44:22 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-03-18 06:58:28 +0700
commitf1743fdf8dedf4b62d13fbb860e4fee9c7331246 (patch)
treed13f0f2209bf6da9ea03b6fed748f6daa28d126e /academic
parent6b34b240cd79fb55ed884393ee01a7992842bbec (diff)
downloadslackbuilds-f1743fdf8dedf4b62d13fbb860e4fee9c7331246.tar.gz
slackbuilds-f1743fdf8dedf4b62d13fbb860e4fee9c7331246.tar.xz
academic/extrema: New maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/extrema/README10
-rw-r--r--academic/extrema/extrema.SlackBuild7
-rw-r--r--academic/extrema/extrema.info4
3 files changed, 11 insertions, 10 deletions
diff --git a/academic/extrema/README b/academic/extrema/README
index b02ec11afd..32318ea82b 100644
--- a/academic/extrema/README
+++ b/academic/extrema/README
@@ -1,5 +1,5 @@
-Extrema is a powerful visualization and data analysis tool that
-enables researchers to quickly distill their large, complex data sets
-into meaningful information. Its flexibility, sophistication, and
-power allow you to easily develop your own commands and create highly
-customized graphs.
+Extrema is a powerful visualization and data analysis tool that
+enables researchers to quickly distill their large, complex data sets
+into meaningful information. Its flexibility, sophistication, and
+power allow you to easily develop your own commands and create highly
+customized graphs.
diff --git a/academic/extrema/extrema.SlackBuild b/academic/extrema/extrema.SlackBuild
index 78c06f7595..d13f7d00a4 100644
--- a/academic/extrema/extrema.SlackBuild
+++ b/academic/extrema/extrema.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for extrema
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
+# 2017 - Dhaby Xiloj <slack.dhabyx@gmail.com>
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
@@ -31,7 +32,7 @@ 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
@@ -42,8 +43,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/academic/extrema/extrema.info b/academic/extrema/extrema.info
index 698ea8357e..e0dcba4a6e 100644
--- a/academic/extrema/extrema.info
+++ b/academic/extrema/extrema.info
@@ -6,5 +6,5 @@ MD5SUM="8a1e82b34874db2bfa64d9a2956677b1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxPython"
-MAINTAINER="Ryan P.C. McQuen"
-EMAIL="ryanpcmcquen@member.fsf.org"
+MAINTAINER="DhabyX"
+EMAIL="slack.dhabyx@gmail.com"