annotate src/of-windows.mk @ 3480:13be64f9f16d

move version info from index.html to src/*.mk files
author John W. Eaton <jwe@octave.org>
date Fri, 31 Jan 2014 16:04:01 -0500
parents 290e049823c9
children ae4193aad5fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2986
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 # This file is part of MXE.
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 # See index.html for further information.
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 PKG := of-windows
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
3480
13be64f9f16d move version info from index.html to src/*.mk files
John W. Eaton <jwe@octave.org>
parents: 3345
diff changeset
6 $(PKG)_VERSION := 1.2.1
2986
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 $(PKG)_CHECKSUM := 2270f3d64cf69d030e6825303158c18b9b94a871
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
3345
290e049823c9 Octave-forge pks: support file listing and pre-compilation (for MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3012
diff changeset
9 $(PKG)_SUBDIR := Windows
2986
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 $(PKG)_FILE := windows-$($(PKG)_VERSION).tar.gz
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12 $(PKG)_DEPS :=
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 define $(PKG)_UPDATE
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 echo $($(PKG)_VERSION)
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17 endef
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 define $(PKG)_BUILD
3345
290e049823c9 Octave-forge pks: support file listing and pre-compilation (for MSVC).
Michael Goffioul <michael.goffioul@gmail.com>
parents: 3012
diff changeset
20 $(OCTAVE_FORGE_PKG_BUILD)
2986
d198aea15b35 add of-windows.mk file missing from previous changeset
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21 endef