mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-07 20:31:04 +03:00
20 lines
464 B
Bash
Executable File
20 lines
464 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='gettext'
|
|
version='0.22.4'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gettext/gettext-${version}.tar.gz#c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea"
|
|
)
|
|
depends=(
|
|
'libiconv'
|
|
)
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=(
|
|
'build-aux/config.sub'
|
|
'libtextstyle/build-aux/config.sub'
|
|
)
|
|
configopts=(
|
|
'--disable-curses'
|
|
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
|
|
)
|