mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
academic/mathomatic: Updated for version 15.8.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
d835fad7a7
commit
3730dc16d0
3 changed files with 21 additions and 5 deletions
|
@ -12,3 +12,5 @@ language code from simplified equations, carry out quick calculations, and
|
|||
much more. Plotting with gnuplot is also supported. Not implemented in
|
||||
Mathomatic are named functions, arbitrary-precision arithmetic, and
|
||||
matrices.
|
||||
|
||||
Requires: rlwrap (available at slackbuilds.org)
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Originally written by Dylan Armitage <d.armitage89@gmail.com>
|
||||
|
||||
PRGNAM=mathomatic
|
||||
VERSION=${VERSION:-15.8.1}
|
||||
VERSION=${VERSION:-15.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,7 +78,21 @@ LDLIBS=-lncurses \
|
|||
# We do want to make sure it works. This is math, afterall.
|
||||
make test
|
||||
|
||||
make install \
|
||||
# Make the m4 package
|
||||
make m4install \
|
||||
prefix=/usr \
|
||||
mandir=/usr/man \
|
||||
mathdocdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
DESTDIR=$PKG
|
||||
|
||||
# make the prime number additions
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
LDLIBS=-lncurses \
|
||||
make READLINE=1 -C primes
|
||||
|
||||
make test -C primes
|
||||
|
||||
make install -C primes \
|
||||
prefix=/usr \
|
||||
mandir=/usr/man \
|
||||
mathdocdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mathomatic"
|
||||
VERSION="15.8.1"
|
||||
VERSION="15.8.3"
|
||||
HOMEPAGE="http://www.mathomatic.org"
|
||||
DOWNLOAD="http://mathomatic.org/mathomatic-15.8.1.tar.bz2"
|
||||
MD5SUM="7a952108154766eb11cf619b544b9027"
|
||||
DOWNLOAD="http://mathomatic.org/mathomatic-15.8.3.tar.bz2"
|
||||
MD5SUM="df4296e27840ecafe87f16ff9cf181ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Matthew Fillpot"
|
||||
|
|
Loading…
Reference in a new issue