1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 10:53:37 +00:00
serenity/Ports/xz/package.sh
2023-10-12 23:30:22 +02:00

20 lines
388 B
Bash
Executable File

#!/usr/bin/env -S bash ../.port_include.sh
port='xz'
version='5.4.4'
depends=(
'libiconv'
'zlib'
)
files=(
"https://tukaani.org/xz/xz-${version}.tar.gz#aae39544e254cfd27e942d35a048d592959bd7a79f9a624afb0498bb5613bdf8"
)
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
'build-aux/config.sub'
)
configopts=(
'--disable-static'
'--enable-shared'
)