tools/bzip2: add `bzip2` binaries
authorTony Butler <spudz76@gmail.com>
Wed, 30 Nov 2022 14:19:37 +0000 (06:19 -0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 18 Apr 2023 11:57:47 +0000 (13:57 +0200)
commit394d7134ec42f14ddb91769c737098753fa68266
tree3281d3943c1b213382cca41532c54f3bcafee4d2
parent5264296ce480e46c7cd6228502b48ea944a6459b
tools/bzip2: add `bzip2` binaries

`bzip2` is the standard executable for bzip2 compression

this includes development includes and both static and shared libs
(libbz2) which can be used by other packages

the initramfs generator offers the BZIP2 option but there was no
executable to support it, and worked only via side effect of having a
system-installed version of bzip2, which could be less predictable

Signed-off-by: Tony Butler <spudz76@gmail.com>
tools/Makefile
tools/bzip2/Makefile [new file with mode: 0644]
tools/bzip2/patches/020-no-utime.patch [new file with mode: 0644]
tools/bzip2/patches/021-merge-and-improve-makefiles.patch [new file with mode: 0644]