view src/of-io.mk @ 5519:6bbd4df61efc

Added tag octave-rc-6.0.90 for changeset 039563087c70
author John W. Eaton <jwe@octave.org>
date Thu, 27 Aug 2020 10:53:37 -0400
parents f9d41043afda
children f957738c017f
line wrap: on
line source

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

PKG             := of-io
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.6.1
$(PKG)_CHECKSUM := d0fc05bcd1acc82fcad35c8fc755a997dfc04d8e
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := io-$($(PKG)_VERSION)
$(PKG)_FILE     := io-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := 

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