From f1743fdf8dedf4b62d13fbb860e4fee9c7331246 Mon Sep 17 00:00:00 2001 From: DhabyX Date: Mon, 13 Mar 2017 22:44:22 +0000 Subject: academic/extrema: New maintainer. Signed-off-by: David Spencer --- academic/extrema/README | 10 +++++----- academic/extrema/extrema.SlackBuild | 7 ++++--- academic/extrema/extrema.info | 4 ++-- 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 # Copyright 2010-2012 Binh Nguyen # 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" -- cgit v1.2.3-65-gdbad