Thanks, applied as 21c1718ea7ea693f6b9d4a78fa58bd8de5dabb1d.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:16 +0100, Thorsten Scherer <t.sche...@eckelmann.de> 
wrote:
> Message-Id: <20221027091008.i5dudwp6s3onxraw@NB142.eckelmann.group>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> diff --git a/rules/host-zip.in b/rules/host-zip.in
> new file mode 100644
> index 000000000000..968ef1279545
> --- /dev/null
> +++ b/rules/host-zip.in
> @@ -0,0 +1,12 @@
> +## SECTION=hosttools_noprompt
> +## SECTION=hosttools_platform
> +
> +config HOST_ZIP
> +     tristate
> +     help
> +       zip is a compression and file packaging utility for Unix, VMS, MSDOS,
> +       OS/2, Windows NT, Minix, Atari and Macintosh, Amiga and Acorn RISC OS.
> +
> +       It is analogous to a combination of the UNIX commands tar(1) and com-
> +       press(1) and is compatible with PKHOST_ZIP (Phil Katz's ZIP for MSDOS 
> sys-
> +       tems).
> diff --git a/rules/host-zip.make b/rules/host-zip.make
> new file mode 100644
> index 000000000000..401d9565bb62
> --- /dev/null
> +++ b/rules/host-zip.make
> @@ -0,0 +1,37 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2022 by Thorsten Scherer <t.sche...@eckelmann.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_ZIP) += host-zip
> +
> +# 
> ----------------------------------------------------------------------------
> +# Prepare
> +# 
> ----------------------------------------------------------------------------
> +
> +HOST_ZIP_CONF_TOOL   := NO
> +
> +# 
> ----------------------------------------------------------------------------
> +# Compile
> +# 
> ----------------------------------------------------------------------------
> +
> +HOST_ZIP_MAKE_OPT    := \
> +    -f unix/Makefile generic
> +
> +# 
> ----------------------------------------------------------------------------
> +# Install
> +# 
> ----------------------------------------------------------------------------
> +
> +# Use = instead of := because host-zip.make being included before zip.make
> +HOST_ZIP_INSTALL_OPT = \
> +    $(HOST_ENV) \
> +    prefix=$(HOST_ZIP_PKGDIR)/usr \
> +    -f unix/Makefile install
> +
> +# vim: syntax=make

Reply via email to