diff options
author | Matthew Fillpot <mfilpot@gmail.com> | 2012-03-29 23:27:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-03-29 23:27:04 -0400 |
commit | 996b93df623c097b7cce0dbb321a32b8a0ec0101 (patch) | |
tree | 80bc31d18b10b8e393d73c02ccafde9d451a894a /academic/mathomatic | |
parent | bd5f02f4c7663d473ffda483a4e1e267b8b1f396 (diff) |
academic/mathomatic: Updated for version 15.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'academic/mathomatic')
-rw-r--r-- | academic/mathomatic/mathomatic.SlackBuild | 3 | ||||
-rw-r--r-- | academic/mathomatic/mathomatic.info | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/academic/mathomatic/mathomatic.SlackBuild b/academic/mathomatic/mathomatic.SlackBuild index ff326e149f8c..271d6a7c5f86 100644 --- a/academic/mathomatic/mathomatic.SlackBuild +++ b/academic/mathomatic/mathomatic.SlackBuild @@ -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. diff --git a/academic/mathomatic/mathomatic.info b/academic/mathomatic/mathomatic.info index 997270a1c32a..d41d9b8e195b 100644 --- a/academic/mathomatic/mathomatic.info +++ b/academic/mathomatic/mathomatic.info @@ -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" |