mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/extrema: New maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6b34b240cd
commit
f1743fdf8d
3 changed files with 11 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
Extrema is a powerful visualization and data analysis tool that
|
Extrema is a powerful visualization and data analysis tool that
|
||||||
enables researchers to quickly distill their large, complex data sets
|
enables researchers to quickly distill their large, complex data sets
|
||||||
into meaningful information. Its flexibility, sophistication, and
|
into meaningful information. Its flexibility, sophistication, and
|
||||||
power allow you to easily develop your own commands and create highly
|
power allow you to easily develop your own commands and create highly
|
||||||
customized graphs.
|
customized graphs.
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
# Slackware build script for extrema
|
# Slackware build script for extrema
|
||||||
|
|
||||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
# 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>
|
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
@ -31,7 +32,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
@ -42,8 +43,8 @@ TMP=${TMP:-/tmp/SBo}
|
||||||
PKG=$TMP/package-$PRGNAM
|
PKG=$TMP/package-$PRGNAM
|
||||||
OUTPUT=${OUTPUT:-/tmp}
|
OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i686" ]; then
|
elif [ "$ARCH" = "i686" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="8a1e82b34874db2bfa64d9a2956677b1"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="wxPython"
|
REQUIRES="wxPython"
|
||||||
MAINTAINER="Ryan P.C. McQuen"
|
MAINTAINER="DhabyX"
|
||||||
EMAIL="ryanpcmcquen@member.fsf.org"
|
EMAIL="slack.dhabyx@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue