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 13:25:21 +0000 (15:25 +0200)
commit36150ff6ffb252ccd4147ffb140d682f58fc19e8
treea3e0c88f97681ca770a1fca806b78f16e1362c96
parentb691362d1dbe2c07e83c3e703f093dfd8e14145c
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>
[ remove unintended change ]
Signed-off-by: Christian Marangi <ansuelsmth@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]