2021-01-22 16:44:05 +00:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2022-06-03 15:01:48 +00:00
|
|
|
port='libiconv'
|
|
|
|
version='1.17'
|
2023-07-10 11:10:29 +00:00
|
|
|
files=(
|
2023-09-02 04:32:27 +00:00
|
|
|
"https://ftpmirror.gnu.org/gnu/libiconv/libiconv-${version}.tar.gz#8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
|
2023-07-10 11:10:29 +00:00
|
|
|
)
|
2022-06-03 15:01:48 +00:00
|
|
|
useconfigure='true'
|
|
|
|
use_fresh_config_sub='true'
|
2022-05-25 11:59:31 +00:00
|
|
|
config_sub_paths=("build-aux/config.sub" "libcharset/build-aux/config.sub")
|
2022-06-03 15:01:48 +00:00
|
|
|
configopts=("--enable-shared" "--disable-nls")
|