Details on this package are located in Section 10.33.2, “Contents of Bzip2.”
The Bzip2 package contains programs for compressing and decompressing files. Compressing text files with bzip2 yields a much better compression percentage than with the traditional gzip.
          Bzip2's default Makefile target
          automatically runs the test suite as well. Disable the tests since
          they won't work on a multi-architecture build:
        
cp -v Makefile{,.orig}
sed -e '/^all/s/ test$//' Makefile.orig > Makefile
        The Bzip2 package does not contain a configure script. Compile it with:
make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"
        Install the package:
make PREFIX=/tools install
Details on this package are located in Section 10.33.2, “Contents of Bzip2.”