|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for maxima |
|
|
|
|
|
|
|
# Copyright 2021-23 Judah Milgram <milgram@cgpp.com> |
|
|
|
# Copyright 2021-25 Judah Milgram <milgram@cgpp.com> |
|
|
|
# Copyright 2017 Dhaby Xiloj <slack.dhabyx@gmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# Based on work of Robby and others slackers. |
|
|
@ -34,11 +34,12 @@ |
|
|
|
# JM -> update version 5.39 -> 5.44 |
|
|
|
# JM -> update to version 5.46 |
|
|
|
# JM -> update to version 5.47 |
|
|
|
# JM -> update to version 5.48 |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=maxima |
|
|
|
VERSION=${VERSION:-5.47.0} |
|
|
|
VERSION=${VERSION:-5.48.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|