annotate src/of-generate_html.mk @ 4175:cc348b770c37

of-generate_html: update to 0.1.12 * src/of-generate_html.mk: update version, checksum * build_packages.m: update generate_html version.
author John Donoghue
date Tue, 19 Jul 2016 16:45:05 -0400
parents fcf0410f7055
children b3c041b053c4
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 :=
4175
cc348b770c37 of-generate_html: update to 0.1.12
John Donoghue
parents: 4157
diff changeset
6 $(PKG)_VERSION := 0.1.12
cc348b770c37 of-generate_html: update to 0.1.12
John Donoghue
parents: 4157
diff changeset
7 $(PKG)_CHECKSUM := 98f2b906658c0c8203e9b596cced938b379511e8
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