2022-10-16 06:50:38 +03:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
|
|
|
port='tar'
|
2023-08-11 15:08:29 +03:00
|
|
|
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=(
|
2023-09-02 07:32:27 +03:00
|
|
|
"https://ftpmirror.gnu.org/gnu/tar/tar-${version}.tar.gz#14d55e32063ea9526e057fbf35fcabd53378e769787eff7919c3755b02d2b57e"
|
2023-08-11 15:08:29 +03:00
|
|
|
)
|
|
|
|
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"
|
|
|
|
)
|