view src/of-instrument-control.mk @ 6339:7526630d3e39 release

* src/of-instrument-control.mk: update to v0.8.0 (grafted from ae7e70790b1170d1e92d4dab554e71df9af3cbff)
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 14:40:46 -0400
parents ae29ff83307f
children fd9764ef87cb
line wrap: on
line source

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

PKG             := of-instrument-control
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 0.8.0
$(PKG)_CHECKSUM := c70810d7dd4379e87f891f1729b14298b442be8d
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := instrument-control-$($(PKG)_VERSION)
$(PKG)_FILE     := instrument-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