ladybird/Ports/xz/package.sh

20 lines
388 B
Bash
Raw Normal View History

2021-04-19 14:24:37 +00:00
#!/usr/bin/env -S bash ../.port_include.sh
port='xz'
2023-09-01 23:48:00 +00:00
version='5.4.4'
depends=(
'libiconv'
'zlib'
)
2023-07-10 11:10:29 +00:00
files=(
2023-09-01 23:48:00 +00:00
"https://tukaani.org/xz/xz-${version}.tar.gz#aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8"
2023-07-10 11:10:29 +00:00
)
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
'build-aux/config.sub'
)
configopts=(
'--disable-static'
'--enable-shared'
)