summaryrefslogtreecommitdiffstats
path: root/academic/maxima
diff options
context:
space:
mode:
author JoĆ£o Medeiros <ignotus21@gmail.com>2010-05-11 19:43:42 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:43:42 +0200
commitfdbe73fe3b2671605ac757e0f6385d959294a1ca (patch)
tree10a7c937a810ca9539cc0d4a0245514d6bd8b8a5 /academic/maxima
parenta3b8c0f9e0386c6b057d0ec44c596ce9f82a2a5b (diff)
downloadslackbuilds-fdbe73fe3b2671605ac757e0f6385d959294a1ca.tar.gz
slackbuilds-fdbe73fe3b2671605ac757e0f6385d959294a1ca.tar.xz
academic/maxima: Updated for version 5.10.0
Diffstat (limited to 'academic/maxima')
-rw-r--r--academic/maxima/maxima.SlackBuild8
-rw-r--r--academic/maxima/maxima.info2
-rw-r--r--academic/maxima/slack-desc8
3 files changed, 13 insertions, 5 deletions
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