academic/octave-forge: Updated for bundle-20090607.

This commit is contained in:
Mauro Giachero 2010-04-21 21:39:53 -05:00 committed by Erik Hanson
parent f081a0df5d
commit e8fbdaa92b
5 changed files with 1220 additions and 1084 deletions

View file

@ -7,7 +7,7 @@ them, but you can specify a different behavior with the REPOS
variable. For example,
REPOS=main,extra ./octave-forge.SlackBuild
will build only the "main" and "extra" repositories.
Parallel compilation (JOBS=...) is not supported.
Parallel compilation is not supported.
If you want to build a newer version of Octave-Forge, you need to
regenerate the Octave script that performs the build itself. To do

View file

@ -27,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=octave-forge
VERSION=bundle-20080507
VERSION=bundle-20090607
TMP=${TMP:-/tmp/SBo}
CWD=$(pwd)
INSTALLSCRIPT=${INSTALLSCRIPT:-installscript.m}

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@
# - No JOBS support.
PRGNAM=octave-forge
VERSION=bundle-20080507
VERSION=bundle-20090607
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="octave-forge"
VERSION="bundle-20080507"
VERSION="bundle-20090607"
HOMEPAGE="http://octave.sourceforge.net"
DOWNLOAD="http://downloads.sourceforge.net/octave/octave-forge-bundle-20080507.tar.gz"
DOWNLOAD="http://downloads.sourceforge.net/octave/octave-forge-bundle-20090607.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="ef7cb19e8b18281f09ad2501f6861f03"
MD5SUM="faf95ff58884cd29379015b70f57c745"
MD5SUM_x86_64=""
MAINTAINER="Mauro Giachero"
EMAIL="mauro dot giachero at gmail dot com"
APPROVED="David Somero"
APPROVED="Erik Hanson"