ladybird/Ports/tar/package.sh

18 lines
411 B
Bash
Raw Normal View History

2022-10-16 06:50:38 +03:00
#!/usr/bin/env -S bash ../.port_include.sh
port='tar'
version='1.35'
2022-10-16 06:50:38 +03:00
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=('build-aux/config.sub')
2023-07-10 14:10:29 +03:00
files=(
"https://ftpmirror.gnu.org/gnu/tar/tar-${version}.tar.gz#14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e"
)
depends=(
'gettext'
2023-07-10 14:10:29 +03:00
)
2022-10-16 06:50:38 +03:00
configopts=(
"--without-selinux"
"--without-posix-acls"
"--without-xattrs"
)