From 6d44becc3416302019a25d82d4ca9a5c8493d472 Mon Sep 17 00:00:00 2001 From: Glenn Becker Date: Mon, 25 Jul 2016 04:36:56 +0700 Subject: academic/maxima: Updated for version 5.38.1. Signed-off-by: Willy Sudiarto Raharjo --- academic/maxima/maxima.SlackBuild | 14 +++++++------- academic/maxima/maxima.info | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'academic') diff --git a/academic/maxima/maxima.SlackBuild b/academic/maxima/maxima.SlackBuild index 54a9090a3f..62bf3ced5e 100644 --- a/academic/maxima/maxima.SlackBuild +++ b/academic/maxima/maxima.SlackBuild @@ -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 {} \; diff --git a/academic/maxima/maxima.info b/academic/maxima/maxima.info index f5a65df0d6..f0e0651c0a 100644 --- a/academic/maxima/maxima.info +++ b/academic/maxima/maxima.info @@ -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="" -- cgit v1.2.3-80-g2a13