annotate src/of-strings.mk @ 3962:76247f439f51

of-strings: update to v1.2.0 * src/of-strings.mk: update version, checksum, subdir * src/of-strings-1-fixes.patch: update cross build patch * build_packages.m: update strings version number
author John Donoghue
date Mon, 08 Jun 2015 13:49:11 -0400
parents cc946e55afb3
children 1933a9113e65
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3902
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
3
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
4 PKG := of-strings
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
3962
76247f439f51 of-strings: update to v1.2.0
John Donoghue
parents: 3902
diff changeset
6 $(PKG)_VERSION := 1.2.0
76247f439f51 of-strings: update to v1.2.0
John Donoghue
parents: 3902
diff changeset
7 $(PKG)_CHECKSUM := 5db5442b62961a490526eec5d30e6db2a008914a
3902
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
3962
76247f439f51 of-strings: update to v1.2.0
John Donoghue
parents: 3902
diff changeset
9 $(PKG)_SUBDIR := strings-$($(PKG)_VERSION)
3902
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := strings-$($(PKG)_VERSION).tar.gz
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
13
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="strings-\([0-9][^"]*\).tar.gz".*,\1,p' | \
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
17 head -1
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
18 endef
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
19
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
cc946e55afb3 of-strings: add to mxe
John Donoghue
parents:
diff changeset
22 endef