annotate src/of-database.mk @ 3932:7ac7c3015612

of-database: update to v2.3.2 * src/of-database.mk: update version,checksum * build_packages.m: update database version
author John Donoghue <john.donoghue@ieee.org>
date Wed, 06 May 2015 19:07:26 -0400
parents b42e8f913ddc
children 07a298959dc3
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 :=
3932
7ac7c3015612 of-database: update to v2.3.2
John Donoghue <john.donoghue@ieee.org>
parents: 3892
diff changeset
6 $(PKG)_VERSION := 2.3.2
7ac7c3015612 of-database: update to v2.3.2
John Donoghue <john.donoghue@ieee.org>
parents: 3892
diff changeset
7 $(PKG)_CHECKSUM := be66711a4c20d0ce560dee7d42d0dd066d85ac15
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