comparison src/of-mapping.mk @ 4006:b4719e81ddcf

of-mapping: add new package * src/of-mapping.mk: new file * build_packages.m: add install of mapping * dist-files.mk: add of-mapping.mk * index.html: add of-mapping package * Makefile.in: add mapping package
author John D
date Tue, 04 Aug 2015 01:55:45 -0400
parents
children 98a8748f0438
comparison
equal deleted inserted replaced
4005:7cfb76a62d7e 4006:b4719e81ddcf
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-mapping
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.0
7 $(PKG)_CHECKSUM := 21101d6d1a92499df826063ce79ee093fd95d23d
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := mapping
10 $(PKG)_FILE := mapping-$($(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="mapping-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef