comparison src/of-linear-algebra.mk @ 3377:831e8b94553f

Include Octave Forge 'linear-algebra' package
author Anirudha Bose <ani07nov@gmail.com>
date Sun, 28 Jul 2013 01:29:13 +0530
parents
children 13be64f9f16d
comparison
equal deleted inserted replaced
3376:89dea9a48953 3377:831e8b94553f
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-linear-algebra
5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 513d69169248c903e57cbf8b6a82e850e377045b
7 $(PKG)_REMOTE_SUBDIR :=
8 $(PKG)_SUBDIR := linear-algebra
9 $(PKG)_FILE := linear-algebra-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
11 $(PKG)_DEPS :=
12
13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION)
16 endef
17
18 define $(PKG)_BUILD
19 $(OCTAVE_FORGE_PKG_BUILD)
20 endef