annotate src/of-instrument-control.mk @ 4250:bdbb890b03dd

of-instrument-control: update to 0.2.3 * src/of-instrument-control.mk: update version, checksum * build_packages.m: update instrument-control version
author John D
date Mon, 21 Nov 2016 15:47:23 -0500
parents c587088dbc4b
children 7c915f80c927
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3893
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
3
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
4 PKG := of-instrument-control
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4250
bdbb890b03dd of-instrument-control: update to 0.2.3
John D
parents: 4087
diff changeset
6 $(PKG)_VERSION := 0.2.3
bdbb890b03dd of-instrument-control: update to 0.2.3
John D
parents: 4087
diff changeset
7 $(PKG)_CHECKSUM := 157e9525fc2c4f67a6bf4823f6b88d3e79bad1ac
3893
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4087
c587088dbc4b of-instrument-control: update to 0.2.2
John Donoghue
parents: 3893
diff changeset
9 $(PKG)_SUBDIR := instrument-control-$($(PKG)_VERSION)
3893
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := instrument-control-$($(PKG)_VERSION).tar.gz
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
13
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="instrument-control-\([0-9][^"]*\).tar.gz".*,\1,p' | \
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
17 head -1
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
18 endef
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
19
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
dcd4cc57e1fc of-instrument-control: add too mxe-octave
John Donoghue
parents:
diff changeset
22 endef