comparison src/of-windows.mk @ 4662:b77b935415aa

of-windows: update to v1.3.0 * build_packages.m: update windows verseion * dist-files.mk: removed ref to of-windows-1-fixes.patch * src/of-windows.mk: update version, checksum, remove bootstrap call * src/of-windows-1-fixes.patch: removed file
author John Donoghue
date Tue, 17 Apr 2018 12:22:53 -0400
parents 7d1e45c2f175
children 08e93bc7ee28
comparison
equal deleted inserted replaced
4661:1814816b46df 4662:b77b935415aa
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-windows 4 PKG := of-windows
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.4 6 $(PKG)_VERSION := 1.3.0
7 $(PKG)_CHECKSUM := 025cb4c9456d11b7a0a5aa540901894d7ff9f6db 7 $(PKG)_CHECKSUM := c6894b4707dd9c3a1afb2f153cabd66400b415dc
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := windows 9 $(PKG)_SUBDIR := windows-$($(PKG)_VERSION)
10 $(PKG)_FILE := windows-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := windows-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
18 define $(PKG)_UPDATE 18 define $(PKG)_UPDATE
19 $(OCTAVE_FORGE_PKG_UPDATE) 19 $(OCTAVE_FORGE_PKG_UPDATE)
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd $(1)/src && source autogen.sh
24 $(OCTAVE_FORGE_PKG_BUILD) 23 $(OCTAVE_FORGE_PKG_BUILD)
25 endef 24 endef