From fdbe73fe3b2671605ac757e0f6385d959294a1ca Mon Sep 17 00:00:00 2001 From: JoĆ£o Medeiros Date: Tue, 11 May 2010 19:43:42 +0200 Subject: academic/maxima: Updated for version 5.10.0 --- academic/maxima/maxima.SlackBuild | 8 ++++---- academic/maxima/maxima.info | 2 +- academic/maxima/slack-desc | 8 ++++++++ 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'academic/maxima') diff --git a/academic/maxima/maxima.SlackBuild b/academic/maxima/maxima.SlackBuild index 560ab5a549..75c03afc35 100644 --- a/academic/maxima/maxima.SlackBuild +++ b/academic/maxima/maxima.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for maxima -# Copyright 2006 Robby Workman (http://rlworkman.net) +# Copyright 2006-2007 Robby Workman (http://rlworkman.net) # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -30,7 +30,7 @@ VERSION=5.10.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -CWD=`pwd` +CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} @@ -69,11 +69,11 @@ make install DESTDIR=$PKG || exit 1 if [ -d $PKG/usr/man ]; then ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; - for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done + for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done ) fi if [ -d $PKG/usr/info ]; then - gzip -9 $PKG/usr/info/*.info + gzip -9 $PKG/usr/info/*.info* rm -rf $PKG/usr/info/dir fi diff --git a/academic/maxima/maxima.info b/academic/maxima/maxima.info index 9cbbf68304..05afd252bb 100644 --- a/academic/maxima/maxima.info +++ b/academic/maxima/maxima.info @@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/maxima/maxima-5.10.0.tar.gz" MD5SUM="1e7f5ecabf990f350c5f662f106d83b7" MAINTAINER="Joćo Medeiros" EMAIL="ignotus21@gmail.com" -APPROVED="robw810" +APPROVED="rworkman" diff --git a/academic/maxima/slack-desc b/academic/maxima/slack-desc index 39cfa79878..fa3ab4a61f 100644 --- a/academic/maxima/slack-desc +++ b/academic/maxima/slack-desc @@ -1,3 +1,11 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| maxima: Maxima (a computer algebra system) maxima: maxima: Maxima is a system for the manipulation of symbolic and numerical -- cgit v1.2.3