annotate src/of-nan.mk @ 4182:be6b10b6faf5

of-nan: update to 3.0.2 * of-nan-1-cross-fixes.patch: update cross patch * of-nan.mk: update version, checksum, subdir * build_packages.m: update nan version
author John D
date Fri, 05 Aug 2016 21:24:57 -0400
parents 6c7d570cd9ff
children 8e40067cad8b
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 :=
4182
be6b10b6faf5 of-nan: update to 3.0.2
John D
parents: 4099
diff changeset
6 $(PKG)_VERSION := 3.0.2
be6b10b6faf5 of-nan: update to 3.0.2
John D
parents: 4099
diff changeset
7 $(PKG)_CHECKSUM := cb9d51a9b97cd906a86282c8f1ec91bf314de414
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