view src/of-queueing.mk @ 6280:1f1717e8de5e

of-strings: update to v1.3.0 * src/of-strings-1-fixes.patch, src/of-strings-2-error_state.patch: deleted * src/of-strings.mk: update version, checksum * dist-files.mk: remove ref to deleted files
author John Donoghue <john.donoghue@ieee.org>
date Thu, 30 Jun 2022 10:57:54 -0400
parents bc8d519e5d9e
children 1fe8ec23243a
line wrap: on
line source

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

PKG             := of-queueing
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.2.7
$(PKG)_CHECKSUM := 4f5d6956f9ceb6b612b42aaabcbbaece1eec87fb
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := queueing
$(PKG)_FILE     := queueing-$($(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