eth0s/toolchain/15-bzip2

10 lines
159 B
Text
Raw Normal View History

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