comparison src/of-tsa.mk @ 3421:7e0b4087cd58

Add octave forge tsa package * Makefile.in: Add of-tsa. * build_packages.m: Add install of tsa-4.2.7.tar.gz * dist-files: Add of-tsa.mk. * index.html: Added of-tsa-package. * src/of-tsa.mk: New file. * src/libgomp.mk: Install to HOST_PREFIX
author John Donoghue <john.donoghue@ieee.org>
date Mon, 13 Jan 2014 21:28:53 -0500
parents
children 13be64f9f16d
comparison
equal deleted inserted replaced
3420:207b5f6713d9 3421:7e0b4087cd58
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-tsa
5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 80d2faa61c32043bf1edc2c0fa48fe0c00eacd89
7 $(PKG)_REMOTE_SUBDIR :=
8 $(PKG)_SUBDIR := tsa
9 $(PKG)_FILE := tsa-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download
11 $(PKG)_DEPS := libgomp
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