mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
Ports: Add zlib port
This commit is contained in:
parent
56d1ae98bc
commit
7162347563
Notes:
sideshowbarker
2024-07-19 11:48:36 +09:00
Author: https://github.com/kyllikki Commit: https://github.com/SerenityOS/serenity/commit/7162347563d Pull-request: https://github.com/SerenityOS/serenity/pull/631
2 changed files with 10 additions and 0 deletions
|
@ -4,3 +4,4 @@ version=7.65.3
|
|||
useconfigure=true
|
||||
configopts="--disable-threaded-resolver"
|
||||
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…
Reference in a new issue