annotate src/of-ocs.mk @ 3989:cdbce8086eaa

of-ocs: new package * Makefile.in: add ocs to OCTAVE_FORGE_PACKAGES * build_packages.m: add ocs-0.1.4.tar.gz to install * dist-files.mk: add refs to of-ocs-1-cross-fixes.patch, of-ocs.mk * src/of-ocs-1-cross-fixes.patch: new file * src/of-ocs.mk: new file * index.html: add of-ocs
author John Donoghue <john.donoghue@ieee.org>
date Tue, 07 Jul 2015 20:43:46 -0400
parents
children 9eca3f114683
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3989
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-ocs
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_VERSION := 0.1.4
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_CHECKSUM := f3aa636a0f63f2c69cc9e0f88fa50c423e0cf548
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR := ocs
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := ocs-$($(PKG)_VERSION).tar.gz
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_DEPS :=
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 define $(PKG)_UPDATE
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(SED) -n 's,.*title="ocs-\([0-9][^"]*\).tar.gz".*,\1,p' | \
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 head -1
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 endef
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_BUILD
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
cdbce8086eaa of-ocs: new package
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef