comparison src/of-instrument-control.mk @ 3893:dcd4cc57e1fc

of-instrument-control: add too mxe-octave * Makefile.in: add instrument-control to forge list * index.html: add of-instrument-control * src/of-instrument-control.mk * dist-files.mk: add instrument-control.mk * build_packages.m: add instrument control 0.2.1
author John Donoghue
date Fri, 10 Apr 2015 07:47:53 -0400
parents
children c587088dbc4b
comparison
equal deleted inserted replaced
3892:b42e8f913ddc 3893:dcd4cc57e1fc
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-instrument-control
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.2.1
7 $(PKG)_CHECKSUM := 5365a568c6a9e4295a26a6ab7d612ace590a4f67
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := instrument-control
10 $(PKG)_FILE := instrument-control-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS :=
13
14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="instrument-control-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef