9 lines
159 B
Text
Executable file
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
|
|
}
|