comparison src/of-quaternion.mk @ 3404:c43915b7e891

Add octave forge quaternion package * Makefile.am: add quaternion to OCTAVE_FORGE_PACKAGES. * build_packages.m: add quaternion package to install. * dist-files.mk: add of-quaternion.mk. * index.html: add of-quaternion-package. * src/quaternion.mk: New file.
author John Donoghue <john.donoghue@ieee.org>
date Sun, 05 Jan 2014 14:44:37 -0500
parents
children 13be64f9f16d
comparison
equal deleted inserted replaced
3403:f79780bcc843 3404:c43915b7e891
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-quaternion
5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := a0812bb1891913dc51e1285f18c4350f662799cf
7 $(PKG)_REMOTE_SUBDIR :=
8 $(PKG)_SUBDIR := quaternion
9 $(PKG)_FILE := quaternion-$($(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