comparison src/stable-octave.mk @ 4540:2a8b5cf2085c

allow stable-octave to build from hg
author John W. Eaton <jwe@octave.org>
date Tue, 21 Nov 2017 16:45:20 -0500
parents 8f9bee27223f
children d88f6ada9d07
comparison
equal deleted inserted replaced
4539:58c55baead8f 4540:2a8b5cf2085c
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
4 ## This can now build from hg stable so we omit the package checksum.
3 5
4 PKG := stable-octave 6 PKG := stable-octave
5 $(PKG)_IGNORE := 7 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.2.1 8 $(PKG)_VERSION := 4.2.1
7 $(PKG)_CHECKSUM := 057dbaa30d0ef75e84db30aeda623a2561b0d547 9 $(PKG)_CHECKSUM := ## No checksum
8 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 10 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz 11 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.lz
10 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE) 12 $(PKG)_URL := ftp://ftp.gnu.org/gnu/octave/$($(PKG)_FILE)
11 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 13 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
12 $(PKG)_FONTCONFIG := fontconfig 14 $(PKG)_FONTCONFIG := fontconfig