mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57: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
|
@ -3,5 +3,9 @@ port=libarchive
|
|||
version=3.4.0
|
||||
useconfigure=true
|
||||
configopts="--without-xml2"
|
||||
files="https://libarchive.org/downloads/libarchive-3.4.0.tar.gz libarchive-3.4.0.tar.gz"
|
||||
files="https://libarchive.org/downloads/libarchive-${version}.tar.gz libarchive-${version}.tar.gz
|
||||
https://libarchive.org/downloads/libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz.asc"
|
||||
depends=zlib
|
||||
auth_type="sig"
|
||||
auth_import_key="CB55788360B992FA0885C878F040F7196BA99AF4"
|
||||
auth_opts="libarchive-${version}.tar.gz.asc libarchive-${version}.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue