annotate src/of-nan.mk @ 3988:5b8ff612595a

of-nan: update to v2.8.1 * src/of-nan.mk: update version, checksum * src/build_packages.m: update nan version
author John Donoghue <john.donoghue@ieee.org>
date Tue, 07 Jul 2015 20:16:48 -0400
parents 9f7e9b053041
children 6c7d570cd9ff
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 :=
3988
5b8ff612595a of-nan: update to v2.8.1
John Donoghue <john.donoghue@ieee.org>
parents: 3980
diff changeset
6 $(PKG)_VERSION := 2.8.1
5b8ff612595a of-nan: update to v2.8.1
John Donoghue <john.donoghue@ieee.org>
parents: 3980
diff changeset
7 $(PKG)_CHECKSUM := ff85eb43a874b5bfb72841a462e3f210358cf29a
3980
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
9f7e9b053041 of-nan: add Nan 2.8.0 package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := NaN
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