annotate src/of-generate_html.mk @ 4363:37d9ce07e4d7

of-generate_html: update to 0.2.0 * src/of-generate_html.mk: update version, checksum * changed build_packages.m: update generate_html version
author John D
date Mon, 13 Mar 2017 08:17:08 -0400
parents b3c041b053c4
children 2044ff84d431
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3894
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
3
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
4 PKG := of-generate_html
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4363
37d9ce07e4d7 of-generate_html: update to 0.2.0
John D
parents: 4330
diff changeset
6 $(PKG)_VERSION := 0.2.0
37d9ce07e4d7 of-generate_html: update to 0.2.0
John D
parents: 4330
diff changeset
7 $(PKG)_CHECKSUM := c2216724fb71a1408eef15f5704c030d6493f7f5
3894
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := generate_html-$($(PKG)_VERSION)
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := generate_html-$($(PKG)_VERSION).tar.gz
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
13
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="generate_html-\([0-9][^"]*\).tar.gz".*,\1,p' | \
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
17 head -1
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
18 endef
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
19
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
3fcb38c52a01 og-generate_hmtl: add to mxe-octave
John Donoghue
parents:
diff changeset
22 endef