Skip to content
Snippets Groups Projects
Verified Commit aec6b029 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add gettext recipe.toml

parent dfd25bde
No related branches found
No related tags found
No related merge requests found
[source]
tar = "http://ftp.gnu.org/gnu/bash/bash-4.4.tar.gz"
dependencies = [
"gettext"
]
patches = [
"redox.patch"
]
......@@ -12,6 +9,9 @@ wget -O support/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/con
[build]
template = "custom"
dependencies = [
"gettext"
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-readline
......
[source]
tar = "http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.1.tar.xz"
patches = [
"redox.patch"
]
script = """
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
"""
[build]
template = "custom"
dependencies = [
"libiconv"
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-shared
--enable-static
ac_cv_have_decl_program_invocation_name=no
gt_cv_locale_fr=false
gt_cv_locale_fr_utf8=false
gt_cv_locale_ja=false
gt_cv_locale_tr_utf8=false
gt_cv_locale_zh_CN=false
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment