comparison src/of-communications.mk @ 3873:58aa10af640e

of-communications: update to v1.2.1 * src/of-communications.mk: update version, checksum, subdir, add options for cross compile * build_packages.m: update version
author John Donoghue
date Mon, 06 Apr 2015 13:53:50 -0400
parents 58935b4de51f
children 46c6ddb14417
comparison
equal deleted inserted replaced
3872:d7b2bb282421 3873:58aa10af640e
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-communications 4 PKG := of-communications
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.0 6 $(PKG)_VERSION := 1.2.1
7 $(PKG)_CHECKSUM := 66ffa1bf7a9a6c0642be8ff92f712ab087b47c90 7 $(PKG)_CHECKSUM := bf70d8c315c2239e168c02522482c81e4b912968
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := communications 9 $(PKG)_SUBDIR := communications-$($(PKG)_VERSION)
10 $(PKG)_FILE := communications-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := communications-$($(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 := of-signal 12 $(PKG)_DEPS := of-signal
13
14 $(PKG)_OPTIONS := comm_cv_hdf5_cppflags='-I$(HOST_INCDIR)' comm_cv_hdf5_ldflags='-L$(HOST_LIBDIR)' comm_cv_hdf5_libs=-lhdf5
13 15
14 define $(PKG)_UPDATE 16 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \ 17 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="communications-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 18 $(SED) -n 's,.*title="communications-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 19 head -1
18 endef 20 endef
19 21
20 define $(PKG)_BUILD 22 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE) 23 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
22 endef 24 endef