Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/zip: add host-zip
@ 2016-02-05 17:09 Martin Bark
  2016-02-08 18:16 ` Yann E. MORIN
  2016-02-20 13:24 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Bark @ 2016-02-05 17:09 UTC (permalink / raw)
  To: buildroot

Make the host variant of zip available.  This can be useful in
post-{build,image} scripts.

Signed-off-by: Martin Bark <martin@barkynet.com>
---
 package/Config.in.host     |  1 +
 package/zip/Config.in.host | 10 ++++++++++
 2 files changed, 11 insertions(+)
 create mode 100644 package/zip/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index 8e6b870..917670f 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -31,5 +31,6 @@ menu "Host utilities"
 	source "package/uboot-tools/Config.in.host"
 	source "package/util-linux/Config.in.host"
 	source "package/vboot-utils/Config.in.host"
+	source "package/zip/Config.in.host"
 
 endmenu
diff --git a/package/zip/Config.in.host b/package/zip/Config.in.host
new file mode 100644
index 0000000..b14ce55
--- /dev/null
+++ b/package/zip/Config.in.host
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_HOST_ZIP
+	bool "host zip"
+	help
+	  Zip is a compression and file packaging/archive utility.
+	  Although highly compatible both with PKWARE's PKZIP and
+	  PKUNZIP utilities for MS-DOS and with Info-ZIP's own UnZip,
+	  our primary objectives have been portability and
+	  other-than-MSDOS functionality.
+
+	  http://infozip.sourceforge.net/Zip.html
-- 
2.5.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-20 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 17:09 [Buildroot] [PATCH 1/1] package/zip: add host-zip Martin Bark
2016-02-08 18:16 ` Yann E. MORIN
2016-02-20 13:24 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox