10 lines
153 B
Text
Executable file
10 lines
153 B
Text
Executable file
name=zlib
|
|
version=1.2.11
|
|
source=(https://zlib.net/zlib-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/tools
|
|
make
|
|
make install
|
|
}
|