mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-17 08:45:23 +01:00
Add bzip2 1.0.8.
This commit is contained in:
parent
a9d894317d
commit
e8f545612d
4 changed files with 84 additions and 0 deletions
13
sysa/bzip2-1.0.8.kaem
Normal file
13
sysa/bzip2-1.0.8.kaem
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue