eth0s/toolchain/15-bzip2

9 lines
159 B
Text
Executable file

name=bzip2
version=1.0.8
source=(https://www.sourceware.org/pub/bzip2/$name-$version.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/tools install
}