view src/of-communications.mk @ 5256:aad0cc165a27

of-communications: update to v1.2.2 * dist-files.mk: remove refs to patches * src/of-communications.mk: update version, checksum * src/of-communications-1-fixes.patch, src/of-communications-2-fixes.patch, src/of-communications-3-fixes.patch, src/of-communications-4-fixes.patch, src/of-communications-5-fixes.patch, src/of-communications-6-deprecated.patch : removed files
author John Donoghue <john.donoghue@ieee.org>
date Mon, 06 Jan 2020 06:19:36 -0500
parents 7d1e45c2f175
children 98bcc037fad7
line wrap: on
line source

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

PKG             := of-communications
$(PKG)_IGNORE   :=
$(PKG)_VERSION  := 1.2.2
$(PKG)_CHECKSUM := 90ebf5cd84ba8df1f8c14241598d0baedc39f371
$(PKG)_REMOTE_SUBDIR := 
$(PKG)_SUBDIR   := communications-$($(PKG)_VERSION)
$(PKG)_FILE     := communications-$($(PKG)_VERSION).tar.gz
$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
$(PKG)_DEPS     := of-signal

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

$(PKG)_OPTIONS := comm_cv_hdf5_cppflags='-I$(HOST_INCDIR)' comm_cv_hdf5_ldflags='-L$(HOST_LIBDIR)' comm_cv_hdf5_libs=-lhdf5

define $(PKG)_UPDATE
    $(OCTAVE_FORGE_PKG_UPDATE)
endef

define $(PKG)_BUILD
    cd $(1)/src && autoconf
    $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
endef