view src/of-netcdf.mk @ 4699:cc074b479646

of-struct: update to v1.0.15 * build_packages.m: update struct version * dist-files.mk: remove ref to of-struct-1-fixes.patch * src/of-struct-1-fixes.patch: removed * src/of-struct.mk: update version, checksum
author John Donoghue
date Fri, 18 May 2018 12:16:40 -0400
parents d09fabbfdc17
children fa7de5b2de54
line wrap: on
line source

# This file is part of MXE.
# See index.html for further information.

PKG             := of-netcdf
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.0.12
$(PKG)_CHECKSUM := 81245738de96385d1b073715859e5c00bdeede31
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := netcdf-$($(PKG)_VERSION)
$(PKG)_FILE     := netcdf-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := netcdf

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef