comparison src/of-optiminterp.mk @ 4665:6592c495d120

of-optiminterp: add new package * src/of-optiminterp.mk: add new mk file * Makefile.in: add optiminterp to package list * build_packages.m: add optiminterp to install script * dist-files.mk: add ref to of-optiminterp.mk * index.html: add of-optiminterp entry
author John Donoghue
date Tue, 17 Apr 2018 13:22:06 -0400
parents
children 1bb933acd1d1
comparison
equal deleted inserted replaced
4664:d09fabbfdc17 4665:6592c495d120
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-optiminterp
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.3.5
7 $(PKG)_CHECKSUM := 071a2a9dd9de1ce3f1928d239604807fb71c4232
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := optiminterp-$($(PKG)_VERSION)
10 $(PKG)_FILE := optiminterp-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS :=
13
14 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
15 $(PKG)_DEPS += $(OCTAVE_TARGET)
16 endif
17
18 define $(PKG)_UPDATE
19 $(OCTAVE_FORGE_PKG_UPDATE)
20 endef
21
22 define $(PKG)_BUILD
23 $(OCTAVE_FORGE_PKG_BUILD)
24 endef