2021-05-07 23:18:02 -04:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2023-03-27 06:53:53 -04:00
|
|
|
port='gettext'
|
|
|
|
version='0.21.1'
|
|
|
|
useconfigure='true'
|
2023-07-10 07:10:29 -04:00
|
|
|
files=(
|
2023-08-07 15:10:39 -04:00
|
|
|
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz e8c3650e1d8cee875c4f355642382c1df83058bd5a11ee8555c0cf276d646d45"
|
2023-07-10 07:10:29 -04:00
|
|
|
)
|
2023-08-25 13:57:04 -04:00
|
|
|
depends=(
|
|
|
|
'libiconv'
|
|
|
|
)
|
2023-03-27 06:53:53 -04:00
|
|
|
use_fresh_config_sub='true'
|
2023-08-25 13:57:04 -04:00
|
|
|
config_sub_paths=(
|
|
|
|
'build-aux/config.sub'
|
|
|
|
'libtextstyle/build-aux/config.sub'
|
|
|
|
)
|
2023-08-25 13:54:21 -04:00
|
|
|
configopts=(
|
|
|
|
'--disable-curses'
|
|
|
|
)
|