ladybird/Ports/libarchive/package.sh
Ali Mohammad Pur cdd6d68b2a Ports: Remove some config.sub patches and download a fresh one if needed
All of these patches did the same thing, which is already in upstream
config.sub.
With this change, we need only add `use_fresh_config_sub=true` to
the package.sh file.
Note that this is not done automatically in case the port has a modified
config.sub file.
2022-01-16 10:32:50 +03:30

15 lines
554 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port=libarchive
version=3.5.2
useconfigure=true
use_fresh_config_sub=true
configopts=("--without-xml2")
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" "pcre")
auth_type="sig"
auth_import_key="A5A45B12AD92D964B89EEE2DEC560C81CEC2276E"
auth_opts=("libarchive-${version}.tar.gz.asc" "libarchive-${version}.tar.gz")
export ac_cv_header_regex_h=no