annotate src/of-database.mk @ 3892:b42e8f913ddc

of-database: added of package * src/of-database.mk: new file * dist-files.mk: add of-database.mk, of-database-1-cross-fixes.patch * Makefile.am: add database to octave forge packages * index.html: add of-database * build_packages.m: add of-database package * src/of-database-1-cross-fixes.patch: new file
author John Donoghue
date Fri, 10 Apr 2015 07:35:38 -0400
parents
children 7ac7c3015612
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 :=
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
6 $(PKG)_VERSION := 2.3.1
b42e8f913ddc of-database: added of package
John Donoghue
parents:
diff changeset
7 $(PKG)_CHECKSUM := 8f319c3bbcf2e57602e62e6e966c348e5636a359
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