comparison src/default-octave.mk @ 3758:d80808c840aa

omit checksum for default-octave package
author John W. Eaton <jwe@octave.org>
date Tue, 30 Dec 2014 14:23:26 -0500
parents bc32b686d0f5
children 86d65a780bab
comparison
equal deleted inserted replaced
3757:7a6637aa3aae 3758:d80808c840aa
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 ## We omit the package checksum so that we don't have to update it
5 ## each time the tarball changes on the hydra site.
3 6
4 PKG := default-octave 7 PKG := default-octave
5 $(PKG)_IGNORE := 8 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.1.0+ 9 $(PKG)_VERSION := 4.1.0+
7 $(PKG)_CHECKSUM := 7ee5a7b3c65f29b7eb8ec92421b405f263ec6f6e 10 $(PKG)_CHECKSUM := ## No checksum
8 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
9 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download 13 $(PKG)_URL := http://hydra.nixos.org/job/gnu/octave-default/tarball/latest/download
11 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)
12 $(PKG)_FONTCONFIG := fontconfig 15 $(PKG)_FONTCONFIG := fontconfig