Add bzip2 1.0.8.

This commit is contained in:
Andrius Štikonas 2021-01-13 22:29:23 +00:00
parent a9d894317d
commit e8f545612d
4 changed files with 84 additions and 0 deletions

13
sysa/bzip2-1.0.8.kaem Normal file
View file

@ -0,0 +1,13 @@
#!/bin/sh
set -ex
/after/bin/patch -Np0 -i ../patches/bzip2-1.0.8/bzip2-1.0.8.patch
/after/bin/make CC=tcc AR="tcc -ar" bzip2
# Install
/after/bin/cp bzip2 /after/bin/bzip2
/after/bin/chmod 755 /after/bin/bzip2
# Test
/after/bin/bzip2 --help