mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:07:45 +00:00
Ports: Add zlib port
This commit is contained in:
parent
56d1ae98bc
commit
7162347563
2 changed files with 10 additions and 0 deletions
|
@ -4,3 +4,4 @@ version=7.65.3
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
configopts="--disable-threaded-resolver"
|
configopts="--disable-threaded-resolver"
|
||||||
files="https://curl.haxx.se/download/curl-7.65.3.tar.bz2 curl-7.65.3.tar.bz2"
|
files="https://curl.haxx.se/download/curl-7.65.3.tar.bz2 curl-7.65.3.tar.bz2"
|
||||||
|
depends=zlib
|
||||||
|
|
9
Ports/zlib/package.sh
Executable file
9
Ports/zlib/package.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/bash ../.port_include.sh
|
||||||
|
port=zlib
|
||||||
|
version=1.2.11
|
||||||
|
useconfigure=true
|
||||||
|
files="https://www.zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11.tar.gz"
|
||||||
|
|
||||||
|
configure() {
|
||||||
|
run ./configure
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue