annotate src/of-nan.mk @ 4347:244c8579a128

of-nan: update to v3.1.2 * build_packages.m: updatenan version * src/of-nan.mk: update version, checksum
author John D
date Mon, 30 Jan 2017 02:57:58 -0500
parents 33045d291c2b
children 1933a9113e65
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3980
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
3
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
4 PKG := of-nan
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4347
244c8579a128 of-nan: update to v3.1.2
John D
parents: 4328
diff changeset
6 $(PKG)_VERSION := 3.1.2
244c8579a128 of-nan: update to v3.1.2
John D
parents: 4328
diff changeset
7 $(PKG)_CHECKSUM := 79e17d76d500be545dee3e0d1a9a9659a48b8df9
3980
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
4182
be6b10b6faf5 of-nan: update to 3.0.2
John D
parents: 4099
diff changeset
9 $(PKG)_SUBDIR := nan-$($(PKG)_VERSION)
3980
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := nan-$($(PKG)_VERSION).tar.gz
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
13
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="nan-\([0-9][^"]*\).tar.gz".*,\1,p' | \
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
17 head -1
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
18 endef
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
19
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
22 endef