mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/mathomatic: Updated for version 15.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
bd5f02f4c7
commit
996b93df62
2 changed files with 6 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
# Originally written by Dylan Armitage <d.armitage89@gmail.com>
|
||||
|
||||
PRGNAM=mathomatic
|
||||
VERSION=${VERSION:-15.6.4}
|
||||
VERSION=${VERSION:-15.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -72,6 +72,7 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
LDLIBS=-lncurses \
|
||||
make READLINE=1
|
||||
|
||||
# We do want to make sure it works. This is math, afterall.
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mathomatic"
|
||||
VERSION="15.6.4"
|
||||
VERSION="15.8.1"
|
||||
HOMEPAGE="http://www.mathomatic.org"
|
||||
DOWNLOAD="http://mathomatic.org/mathomatic-15.6.4.tar.bz2"
|
||||
MD5SUM="94af08340953c05bbc47eaf33adbc2dc"
|
||||
DOWNLOAD="http://mathomatic.org/mathomatic-15.8.1.tar.bz2"
|
||||
MD5SUM="7a952108154766eb11cf619b544b9027"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Matthew Fillpot"
|
||||
EMAIL="mfilpot@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue