view src/of-windows.mk @ 5202:5e610d91fea7

* src/of-windows.mk: updateversion to 1.4.0
author John Donoghue
date Mon, 11 Nov 2019 07:58:46 -0500
parents 08e93bc7ee28
children e6c840349429
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.4.0
$(PKG)_CHECKSUM := 6dadcce466a8fa0f038456b5286319ddf4b8ff3e
$(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)
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(OCTAVE_FORGE_PKG_BUILD)
endef