summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Glenn Becker2011-03-04 04:22:23 +0100
committer Niels Horn2011-03-04 04:22:23 +0100
commitacbd34042f18cb120f15232994270733ec7b765d (patch)
tree5e736347ffc82423eb84409ac4c56551dc6223b4 /academic
parent232dc2c9efe7ead9936a02c5707c78bfc1a1247b (diff)
downloadslackbuilds-acbd34042f18cb120f15232994270733ec7b765d.tar.gz
academic/maxima: Updated for version 5.23.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/maxima/maxima.SlackBuild19
-rw-r--r--academic/maxima/maxima.info12
-rw-r--r--academic/maxima/slack-desc6
3 files changed, 18 insertions, 19 deletions
diff --git a/academic/maxima/maxima.SlackBuild b/academic/maxima/maxima.SlackBuild
index fff9d8cb7e..38bb509c94 100644
--- a/academic/maxima/maxima.SlackBuild
+++ b/academic/maxima/maxima.SlackBuild
@@ -25,18 +25,17 @@
# Modified by Joćo Medeiros as needed to build maxima instead of octave
# Modified by the SlackBuilds.org project
# Modified by Ken Milmore 2009
+# Modified by Glenn Becker to update to version 5.23.2
PRGNAM=maxima
-VERSION=5.18.1
+VERSION=5.23.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -60,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@@ -80,19 +79,19 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
+ --mandir=/usr/man \
+ --infodir=/usr/info \
--sysconfdir=/etc \
--localstatedir=/var
-make -j1
-make -j1 install DESTDIR=$PKG
+make
+make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# NOTE: Do not compress the info pages; they are needed by Maxima's help facility.
rm -rf $PKG/usr/info/dir
diff --git a/academic/maxima/maxima.info b/academic/maxima/maxima.info
index ce44687397..b48fb637a0 100644
--- a/academic/maxima/maxima.info
+++ b/academic/maxima/maxima.info
@@ -1,10 +1,10 @@
PRGNAM="maxima"
-VERSION="5.18.1"
+VERSION="5.23.2"
HOMEPAGE="http://maxima.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/maxima/maxima-5.18.1.tar.gz"
-MD5SUM="8be7388ad31b975335623b390bc2516e"
+DOWNLOAD="http://downloads.sourceforge.net/maxima/maxima-5.23.2.tar.gz"
+MD5SUM="ae2f2eaca33de95636e36652ed281902"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="Joćo Medeiros"
-EMAIL="ignotus21@gmail.com"
-APPROVED="dsomero"
+MAINTAINER="Glenn Becker"
+EMAIL="burningc@sdf.lonestar.org"
+APPROVED="Niels Horn"
diff --git a/academic/maxima/slack-desc b/academic/maxima/slack-desc
index fa3ab4a61f..c64406d160 100644
--- a/academic/maxima/slack-desc
+++ b/academic/maxima/slack-desc
@@ -7,7 +7,7 @@
|-----handy-ruler------------------------------------------------------|
maxima: Maxima (a computer algebra system)
-maxima:
+maxima:
maxima: Maxima is a system for the manipulation of symbolic and numerical
maxima: expressions, including differentiation, integration, Taylor series,
maxima: Laplace transforms, ordinary differential equations, systems of
@@ -15,5 +15,5 @@ maxima: linear equations, polynomials, and sets, lists, vectors, matrices,
maxima: and tensors.
maxima:
maxima: Homepage: http://maxima.sourceforge.net/
-maxima:
-maxima:
+maxima:
+maxima: