2021-01-23 05:44:05 +13:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2019-10-13 13:09:58 -03:00
|
|
|
port=libarchive
|
2022-04-11 17:06:56 +02:00
|
|
|
version=3.6.1
|
2019-10-13 13:09:58 -03:00
|
|
|
useconfigure=true
|
2022-01-08 17:02:29 +03:30
|
|
|
use_fresh_config_sub=true
|
2022-05-25 12:51:13 +02:00
|
|
|
config_sub_paths=("build/autoconf/config.sub")
|
2021-09-27 00:16:18 +02:00
|
|
|
configopts=("--without-xml2")
|
2023-07-10 13:10:29 +02:00
|
|
|
files=(
|
2023-09-02 06:32:27 +02:00
|
|
|
"https://libarchive.org/downloads/libarchive-${version}.tar.gz#c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2"
|
2023-07-10 13:10:29 +02:00
|
|
|
)
|
2021-09-27 00:16:18 +02:00
|
|
|
depends=("zlib" "pcre")
|
2021-04-12 01:40:00 +02:00
|
|
|
|
|
|
|
export ac_cv_header_regex_h=no
|