view src/of-image.mk @ 7183:eb3f7b3a457c default tip @

maint: merge release to default
author John W. Eaton <jwe@octave.org>
date Mon, 29 Apr 2024 16:15:41 -0400
parents ed62832f6489
children
line wrap: on
line source

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

PKG             := of-image
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 2.14.0
$(PKG)_CHECKSUM := 55cc6479498efcad58e4245af2fb2ffdf69ebfdc
$(PKG)_REMOTE_SUBDIR :=
$(PKG)_SUBDIR   := image-$($(PKG)_VERSION)
$(PKG)_FILE     := image-$($(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