comparison src/of-instrument-control.mk @ 6730:5dc27fff60df

* src/of-instrument-control.mk: update to v0.9.0
author John Donoghue <john.donoghue@ieee.org>
date Tue, 30 May 2023 09:15:19 -0400
parents fd9764ef87cb
children ea832a87f393
comparison
equal deleted inserted replaced
6729:4bf950bbca39 6730:5dc27fff60df
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-instrument-control 4 PKG := of-instrument-control
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.8.0 6 $(PKG)_VERSION := 0.9.0
7 $(PKG)_CHECKSUM := c70810d7dd4379e87f891f1729b14298b442be8d 7 $(PKG)_CHECKSUM := b0f0205f0cf9e473cfb728dc1262b50f165de877
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := instrument-control-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := instrument-control-$($(PKG)_VERSION)
10 $(PKG)_FILE := instrument-control-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := instrument-control-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := libmodbus 12 $(PKG)_DEPS := libmodbus pkg-config
13 13
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
15 $(PKG)_DEPS += $(OCTAVE_TARGET) 15 $(PKG)_DEPS += $(OCTAVE_TARGET)
16 endif 16 endif
17 17