comparison src/of-generate_html.mk @ 3894:3fcb38c52a01

og-generate_hmtl: add to mxe-octave * src/of-generate_html.mk: new file * dist-files.mk: add of-generate_html.mk * index.html: add of-generate_html * build_packages.m: add generate_html
author John Donoghue
date Fri, 10 Apr 2015 08:35:32 -0400
parents
children 1108e36ccc54
comparison
equal deleted inserted replaced
3893:dcd4cc57e1fc 3894:3fcb38c52a01
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-generate_html
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.1.7
7 $(PKG)_CHECKSUM := 403b60499da513ed6d5cdd2091f94d43dc25b0ff
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := generate_html-$($(PKG)_VERSION)
10 $(PKG)_FILE := generate_html-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS :=
13
14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="generate_html-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef