mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
academic/octave-forge: Updated for bundle-20090607.
This commit is contained in:
parent
f081a0df5d
commit
e8fbdaa92b
5 changed files with 1220 additions and 1084 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue