diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2015-12-01 11:53:29 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 22:06:32 +0100 |
commit | 8a536fef7f76f2e4be3b92bd653f1d9bb968ebca (patch) | |
tree | 93e29bda89c35f0669f515c0e84aa907c67eb0e3 /package/unzip/Config.in | |
parent | 8f239e783fb9828f2c5014ff563d6f81f008894a (diff) | |
download | buildroot-8a536fef7f76f2e4be3b92bd653f1d9bb968ebca.tar.gz buildroot-8a536fef7f76f2e4be3b92bd653f1d9bb968ebca.zip |
unzip: new package
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Romain Naour <romain.naour@openwide.fr>
Cc: Jan Pedersen <jp@jp-embedded.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/unzip/Config.in')
-rw-r--r-- | package/unzip/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/unzip/Config.in b/package/unzip/Config.in new file mode 100644 index 0000000000..0d98d28776 --- /dev/null +++ b/package/unzip/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_UNZIP + bool "unzip" + help + UnZip is an extraction utility for archives compressed in + .zip format (also called "zipfiles"). Although highly + compatible both with PKWARE's PKZIP and PKUNZIP utilities + for MS-DOS and with Info-ZIP's own Zip program, our primary + objectives have been portability and non-MSDOS + functionality. + + http://www.info-zip.org/UnZip.html |