comparison src/of-nurbs.mk @ 3899:1778bfc775d2

Add nurbs package * src/of-nurbs.mk: new file * src/of-nurbs-1-fixes.patch: new file * Makefile.in: add nurbs * index.html: add nurbs package * dist-files.mk: add of-nurbs.mk, of-nurbs-1-fixes.patch
author John Donoghue <john.donoghue@ieee.org>
date Mon, 13 Apr 2015 06:40:23 -0400
parents
children 385f5f4412b7
comparison
equal deleted inserted replaced
3898:abf9c5216a21 3899:1778bfc775d2
1 # This file is part of MXE.
2 # See index.html for further information.
3
4 PKG := of-nurbs
5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.9
7 $(PKG)_CHECKSUM := 4727f2e38486bdc8452d7657094fbdb7a3980ba5
8 $(PKG)_REMOTE_SUBDIR :=
9 $(PKG)_SUBDIR := nurbs
10 $(PKG)_FILE := nurbs-$($(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="nurbs-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1
18 endef
19
20 define $(PKG)_BUILD
21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef