comparison src/default-octave.mk @ 3986:03998aeb3996

default-octave: update to 4.1.0+, allow download if no fix exists * src/default-octave.mk: update version 4.1.0+ * Makefile.in:(CHECK_PKG_ARCHIVE) check if file exists before checking checksum
author John D
date Sat, 04 Jul 2015 11:40:30 -0400
parents d0d5dacd1941
children 3a38544f2a8f
comparison
equal deleted inserted replaced
3985:66a8db7ef2ab 3986:03998aeb3996
4 ## We omit the package checksum so that we don't have to update it 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. 5 ## each time the tarball changes on the hydra site.
6 6
7 PKG := default-octave 7 PKG := default-octave
8 $(PKG)_IGNORE := 8 $(PKG)_IGNORE :=
9 $(PKG)_VERSION := 4.0.0-rc4 9 $(PKG)_VERSION := 4.1.0+
10 $(PKG)_CHECKSUM := ## No checksum 10 $(PKG)_CHECKSUM := ## No checksum
11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION) 11 $(PKG)_SUBDIR := octave-$($(PKG)_VERSION)
12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz 12 $(PKG)_FILE := octave-$($(PKG)_VERSION).tar.gz
13 $(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
14 ifeq ($(USE_SYSTEM_FONTCONFIG),no) 14 ifeq ($(USE_SYSTEM_FONTCONFIG),no)