annotate src/of-stk.mk @ 4056:54318919b60c

of-stk: update to v2.3.4 * src/of-stk.mk: update version ,cechsum * build_packages.m: update version
author John Donoghue
date Mon, 09 Nov 2015 12:48:01 -0500
parents 4542697f6c8f
children 7685e5d7168d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
3
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
4 PKG := of-stk
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4056
54318919b60c of-stk: update to v2.3.4
John Donoghue
parents: 4044
diff changeset
6 $(PKG)_VERSION := 2.3.4
54318919b60c of-stk: update to v2.3.4
John Donoghue
parents: 4044
diff changeset
7 $(PKG)_CHECKSUM := 29ddba4a54cda15d265976a0cbcd87ca79a32ae1
3910
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := stk
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := stk-$($(PKG)_VERSION).tar.gz
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
13
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="stk-\([0-9][^"]*\).tar.gz".*,\1,p' | \
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
17 head -1
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
18 endef
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
19
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
569e31212bb6 of-stk: add to mxe
John Donoghue
parents:
diff changeset
22 endef