annotate src/src-msys-libcrypt.mk @ 5531:eae508c12529

Add build rule for build-octave (bug #49503). * src/build-octave.mk: Add new build rule for build-octave which can be used for cross-building binary packages that depend on Octave as a build tool. * dist-files.mk: Add new file to list. * index.html: Add new package to list. * src/of-communications.mk, src/of-image.mk, src/of-mapping.mk, src/of-optiminterp.mk, src/of-sparsersb.mk, src/of-statistics.mk, src/of-windows.mk: Add optional dependency on build-octave. * configure.ac: Add new configure switch "--disable-system-octave" that is needed to build the build-octave package. * Makefile.in: Add variable "USE_SYSTEM_OCTAVE". Exclude build-octave from the default build tools and build it only if a package explicitly depends on it. Display warning about missing native Octave version only if necessary.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 08 Sep 2020 23:04:38 +0200
parents de2eedecd6ba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3960
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
1 # This file is part of MXE.
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
2 # See index.html for further information.
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
3
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
4 PKG := src-msys-libcrypt
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
5 $(PKG)_IGNORE :=
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
6 $(PKG)_VERSION := 1.1_1-3
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
7 $(PKG)_CHECKSUM := e64066bce6e644348903f9b588e1d7613f625fe7
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
8 $(PKG)_REMOTE_SUBDIR := crypt/crypt-$($(PKG)_VERSION)
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
9 $(PKG)_SUBDIR :=
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
10 $(PKG)_FILE := crypt-$($(PKG)_VERSION)-msys-1.0.13-src.tar.lzma
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
11 $(PKG)_URL := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
12 $(PKG)_DEPS :=
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
13
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
14 define $(PKG)_UPDATE
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
15 $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/crypt' | \
4618
de2eedecd6ba update broken PKG_UPDATE rules, handle missing update rules
John Donoghue
parents: 3960
diff changeset
16 $(SED) -n 's,.*title="crypt-\([0-9][^"]*\)".*,\1,p' | \
3960
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
17 head -1
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
18 endef
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
19
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
20 define $(PKG)_BUILD
bd51e2f81020 mingw: add perl msys module for devel tools
John Donoghue <john.donoghue@ieee.org>
parents:
diff changeset
21 endef