academic/maxima: Updated for version 5.38.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Glenn Becker 2016-07-25 04:36:56 +07:00 committed by Willy Sudiarto Raharjo
parent f051521704
commit 6d44becc34
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 10 additions and 10 deletions

View File

@ -26,10 +26,10 @@
# Modified by the SlackBuilds.org project
# Modified by Ken Milmore 2009
# Modified by Glenn Becker to update to version 5.28.0
# Glenn Becker -> update to version 5.37.2
# Glenn Becker -> update to version 5.38.1
PRGNAM=maxima
VERSION=${VERSION:-5.37.2}
VERSION=${VERSION:-5.38.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,10 +70,10 @@ tar -zxvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="maxima"
VERSION="5.37.2"
VERSION="5.38.1"
HOMEPAGE="http://maxima.sourceforge.net/"
DOWNLOAD="http://sourceforge.net/projects/maxima/files/Maxima-source/5.37.2-source/maxima-5.37.2.tar.gz"
MD5SUM="1038d68116a9b516e046a76f68ba5115"
DOWNLOAD="https://sourceforge.net/projects/maxima/files/Maxima-source/5.38.1-source/maxima-5.38.1.tar.gz"
MD5SUM="d41d8cd98f00b204e9800998ecf8427e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""