mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:07:35 +00:00
Ports: Added checksums / signature files and other fixes
* Use ${version} instead of explicit version numbers in urls/filenames * Move -L option to port script, as this is always good * Fix some various other stuff
This commit is contained in:
parent
991953ab0a
commit
f46d80ac4f
39 changed files with 148 additions and 74 deletions
|
@ -2,7 +2,12 @@
|
|||
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"
|
||||
files="https://www.zlib.net/zlib-${version}.tar.gz zlib-${version}.tar.gz
|
||||
https://www.zlib.net/zlib-${version}.tar.gz.asc zlib-${version}.tar.gz.asc"
|
||||
|
||||
auth_type="sig"
|
||||
auth_import_key="783FCD8E58BCAFBA"
|
||||
auth_opts="zlib-${version}.tar.gz.asc"
|
||||
|
||||
configure() {
|
||||
run ./configure --static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue