annotate src/of-database.mk @ 4109:07a298959dc3

of-database: update to 2.4.1 * of-database-1-cross-fixes.patch: update cross compile patch * src/of-database.mk: update version, checksum
author John Donoghue <john.donoghue@ieee.org>
date Sun, 20 Mar 2016 07:28:02 -0400
parents 7ac7c3015612
children 9ded338051db
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3892
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
3
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
4 PKG := of-database
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
5 $(PKG)_IGNORE :=
4109
07a298959dc3 of-database: update to 2.4.1
John Donoghue <john.donoghue@ieee.org>
parents: 3932
diff changeset
6 $(PKG)_VERSION := 2.4.1
07a298959dc3 of-database: update to 2.4.1
John Donoghue <john.donoghue@ieee.org>
parents: 3932
diff changeset
7 $(PKG)_CHECKSUM := d8c0efac63e695c7d94d6b39c7b8f652e99e3653
3892
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR :=
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
9 $(PKG)_SUBDIR := database-$($(PKG)_VERSION)
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
10 $(PKG)_FILE := database-$($(PKG)_VERSION).tar.gz
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
11 $(PKG)_URL := '$(OCTAVE_FORGE_BASE_URL)/$($(PKG)_FILE)/download'
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
12 $(PKG)_DEPS :=
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
13
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
14 define $(PKG)_UPDATE
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
15 $(WGET) -q -O- 'http://$(SOURCEFORGE_MIRROR)/projects/octave/files/Octave%20Forge%20Packages/Individual%20Package%20Releases/' | \
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
16 $(SED) -n 's,.*title="database-\([0-9][^"]*\).tar.gz".*,\1,p' | \
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
17 head -1
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
18 endef
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
19
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
20 define $(PKG)_BUILD
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
21 $(OCTAVE_FORGE_PKG_BUILD)
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
22 endef