tools: add 7z host package
authorJan Hoffmann <jan@3e8.eu>
Sat, 23 Jul 2022 20:53:18 +0000 (22:53 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 28 Jul 2022 12:08:56 +0000 (14:08 +0200)
commit5fcc6f0f19422c952db8bc4d72f324ead21232c6
treeef6c7197c70e8c5c6847af25ff282da71f322527
parent3b1261224aa0313ab8c155d3a4679e598a04d9a6
tools: add 7z host package

Add the 7zr command line tool, which is a version of the 7z application
that only supports 7z archives.

7z is one of the two compression formats supported in H3C firmware
images (the alternative would be ARJ).

(Alternatively, the 7zr command line tool could also be built from a
current version of the public-domain LZMA SDK. That would require
repackaging the source package, as it is only provided in 7z format.)

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
tools/7z/Makefile [new file with mode: 0644]
tools/Makefile