view src/of-strings.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 7d1e45c2f175
children c3bb523f86af
line wrap: on
line source

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

PKG             := of-strings
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.3.0
$(PKG)_CHECKSUM := 9ee4cda53ec0b63b9e96c36a0c0f69bfb2a6c472
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := strings-$($(PKG)_VERSION)
$(PKG)_FILE     := strings-$($(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