view src/of-windows.mk @ 6386:1dde81c1f186 release

* src/of-windows.mk: update to v1.6.3
author John Donoghue <john.donoghue@ieee.org>
date Thu, 25 Aug 2022 13:27:25 -0400
parents eea7d4989b96
children 03693d0c1e02
line wrap: on
line source

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

PKG             := of-windows
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.6.3
$(PKG)_CHECKSUM := b82697082dee8f0afd28f69089a8f64579f15ee8
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := windows-$($(PKG)_VERSION)
$(PKG)_FILE     := windows-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     :=

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
    ifeq ($(MXE_NATIVE_BUILD),no)
        ifeq ($(USE_SYSTEM_OCTAVE),no)
            # Remove this when package builds without calling Octave
            $(PKG)_DEPS += build-octave
        endif
    endif
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef