view src/of-miscellaneous.mk @ 6067:1a4cd1dde869 release

of_communications: update to v1.2.4 * src/of-communications-1-catop.patch: removed file * src/of-communications-2-error_state.patch: removed file * dist-files.mk: removed ref to removed filed * dist-files.mk: update version, checksum (grafted from 4d6eba975aa4278d559a31d28e88fa7333e11ff2)
author John Donoghue <john.donoghue@ieee.org>
date Mon, 24 Jan 2022 08:30:50 -0500
parents be7aab9651b2
children
line wrap: on
line source

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

PKG             := of-miscellaneous
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.3.0
$(PKG)_CHECKSUM := 254e4d0db99d0c54208bf4654ad06fb903f98bc3
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := miscellaneous-$($(PKG)_VERSION)
$(PKG)_FILE     := miscellaneous-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := of-general units

ifeq ($(ENABLE_BINARY_PACKAGES),yes)
    $(PKG)_DEPS += $(OCTAVE_TARGET)
endif

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),UNITS_AVAILABLE=yes)
endef