comparison src/of-odepkg.mk @ 3948:1fea617cdf13

of-odepkg: update to v0.8.5 * src/of-odepkg.mk: update version, checksum, compile if binary package * build_packages.m: add odepkg back to install script * Makefile.am: add of-odepkg back to installed of packages
author John Donoghue
date Thu, 21 May 2015 13:51:16 -0400
parents 58935b4de51f
children 1933a9113e65
comparison
equal deleted inserted replaced
3947:be1eba084cae 3948:1fea617cdf13
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := of-odepkg 4 PKG := of-odepkg
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.8.4 6 $(PKG)_VERSION := 0.8.5
7 $(PKG)_CHECKSUM := 74b7e88ad5a104e064c413f077a5e5327741efb4 7 $(PKG)_CHECKSUM := f8fcaae85b6a132be15ca4683cd2b60d5d028bc7
8 $(PKG)_REMOTE_SUBDIR := 8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := odepkg 9 $(PKG)_SUBDIR := odepkg-$($(PKG)_VERSION)
10 $(PKG)_FILE := odepkg-$($(PKG)_VERSION).tar.gz 10 $(PKG)_FILE := odepkg-$($(PKG)_VERSION).tar.gz
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download' 11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
16 $(SED) -n 's,.*title="odepkg-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="odepkg-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE) 21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 22 endef