comparison src/octave.mk @ 4049:d882a15af20e

octave.mk: Use tarball from release repo at ftp.gnu.org, not pre-release version. * src/octave.mk: Change VERSION from 4.0.0-rc4 to 4.0.0. Change URL to ftp.gnu.org. Update CHECKSUM. Use .tar.gz version of file since there is no bz2 version uploaded.
author Rik <rik@octave.org>
date Fri, 16 Oct 2015 13:10:30 -0700
parents d0d5dacd1941
children aacf84e7af56
comparison
equal deleted inserted replaced
4048:c1e43a676602 4049:d882a15af20e
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := octave 4 PKG := octave
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.0.0-rc4 6 $(PKG)_VERSION := 4.0.0
7 $(PKG)_CHECKSUM := 94ec78bd068d3331b2ede85cf9ee2cddcb49a002 7 $(PKG)_CHECKSUM := a3d6cdb10fb6857c4d8c548b9a1a659a8a42c4a1
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://alpha.gnu.org/gnu/octave/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)
11 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 11 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
12 $(PKG)_FONTCONFIG := fontconfig 12 $(PKG)_FONTCONFIG := fontconfig
13 endif 13 endif
14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib 14 $(PKG)_DEPS := blas arpack curl epstool fftw fltk $($(PKG)_FONTCONFIG) ghostscript gl2ps glpk gnuplot graphicsmagick hdf5 lapack libsndfile osmesa pcre portaudio pstoedit qrupdate qscintilla qt readline suitesparse texinfo zlib
15 ifeq ($(MXE_WINDOWS_BUILD),no) 15 ifeq ($(MXE_WINDOWS_BUILD),no)