annotate src/of-queueing.mk @ 4355:7f5714e37725

gnupplot: use -std=gnu++11 option when compiling gnuplot for mingw * src/gnuplot add -std=gnu++11 to CXX
author John D
date Thu, 23 Feb 2017 14:08:40 -0500
parents d88666c329ba
children 1933a9113e65
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3917
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := of-queueing
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
4275
d88666c329ba of-queueing: update to v1.2.5
John D
parents: 4216
diff changeset
6 $(PKG)_VERSION := 1.2.5
d88666c329ba of-queueing: update to v1.2.5
John D
parents: 4216
diff changeset
7 $(PKG)_CHECKSUM := 68e4d58ad190cdc77f8939a84c497415884fe5f6
3917
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR := queueing
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := queueing-$($(PKG)_VERSION).tar.gz
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_DEPS :=
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 define $(PKG)_UPDATE
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
16 $(SED) -n 's,.*title="queueing-\([0-9][^"]*\).tar.gz".*,\1,p' | \
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 head -1
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 endef
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_BUILD
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
d18874830004 of-queueing: add to mxe
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
22 endef