diff src/of-lssa.mk @ 3916:af43c4d3d12f

of-lssa: add to mxe * src/of-lssa.mk: new file * Makefile.in: add lssa * index.html: add lssa * dist-files.mk: add src/of-lssa.mk * build_packages.m: add install of lssa
author John Donoghue <john.donoghue@ieee.org>
date Sat, 25 Apr 2015 19:32:25 -0400
parents
children 1933a9113e65
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/of-lssa.mk	Sat Apr 25 19:32:25 2015 -0400
@@ -0,0 +1,22 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+PKG             := of-lssa
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 0.1.2
+$(PKG)_CHECKSUM := ea22c20223a04bd8e6e2c1b09342f5c153111b9b
+$(PKG)_REMOTE_SUBDIR := 
+$(PKG)_SUBDIR   := lssa
+$(PKG)_FILE     := lssa-$($(PKG)_VERSION).tar.gz
+$(PKG)_URL      := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
+$(PKG)_DEPS     := 
+
+define $(PKG)_UPDATE
+    $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
+    $(SED) -n 's,.*title="lssa-\([0-9][^"]*\).tar.gz".*,\1,p' | \
+    head -1
+endef
+
+define $(PKG)_BUILD
+    $(OCTAVE_FORGE_PKG_BUILD)
+endef