mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 12:47:47 +00:00
Ports: Make files
a proper array
This commit is contained in:
parent
3c2d846b94
commit
284fee9e77
311 changed files with 959 additions and 350 deletions
|
@ -2,7 +2,9 @@
|
|||
port=zlib
|
||||
version=1.2.13
|
||||
useconfigure=true
|
||||
files="https://www.zlib.net/zlib-${version}.tar.gz zlib-${version}.tar.gz b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
|
||||
files=(
|
||||
"https://www.zlib.net/zlib-${version}.tar.gz zlib-${version}.tar.gz b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30"
|
||||
)
|
||||
|
||||
configure() {
|
||||
# No SONAME is set on unknown systems by default. Manually set it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue