Ports: Add zlib port

This commit is contained in:
Bananymous 2024-08-22 14:24:39 +03:00
parent 9ea969be1f
commit 06d0985bba
1 changed files with 9 additions and 0 deletions

9
ports/zlib/build.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash ../install.sh
NAME='zlib'
VERSION='1.3.1'
DOWNLOAD_URL="https://www.zlib.net/zlib-$VERSION.tar.gz#9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23"
configure() {
./configure --prefix=/usr --uname=banan_os
}