view src/of-control.mk @ 5855:77bfbb7d8094

patches for recent Octave namespace changes * of-control-1-deprecated-warnings.patch, of-image-1-namespace.patch, of-signal-1-deprecated-warnings.patch: New files. * dist-files.mk: Upate.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Aug 2021 03:47:20 -0400
parents 92b11799e3f5
children 0c8cbdd37239
line wrap: on
line source

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

PKG             := of-control
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 3.3.1
$(PKG)_CHECKSUM := 4eaebc60645ea9bbbf546e23a020e176e2645210
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := control-$($(PKG)_VERSION)
$(PKG)_FILE     := control-$($(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