comparison 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
comparison
equal deleted inserted replaced
3988:5b8ff612595a 3989:cdbce8086eaa
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-ocs
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.1.4
7 $(PKG)_CHECKSUM := f3aa636a0f63f2c69cc9e0f88fa50c423e0cf548
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := ocs
10 $(PKG)_FILE := ocs-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS :=
13
14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
16 $(SED) -n 's,.*title="ocs-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef