comparison src/of-fits.mk @ 4096:414c464563c6

of-fits: update to v1.0.7 * build_packages.m: update fits version * src/of-fits-1-cross-fixes.patch: update patch for cross compile 1.0.7 * src/of-fits.mk update version, checksum
author John Donoghue
date Thu, 25 Feb 2016 13:14:54 -0500
parents 85568f3159a4
children 1933a9113e65
comparison
equal deleted inserted replaced
4095:42b360982b2d 4096:414c464563c6
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 := of-fits 4 PKG := of-fits
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.0.5 6 $(PKG)_VERSION := 1.0.7
7 $(PKG)_CHECKSUM := 0803d815d83d82d1b906c3a00fb43f72afbf4362 7 $(PKG)_CHECKSUM := 60b535df86444c9b173dfdafaab58ad4d4eb4274
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := fits 9 $(PKG)_SUBDIR := fits-$($(PKG)_VERSION)
10 $(PKG)_FILE := fits-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := fits-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download 11 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
12 $(PKG)_DEPS := pkg-config cfitsio 12 $(PKG)_DEPS := pkg-config cfitsio
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE