redox/recipes/libs/libjpeg/recipe.toml
2025-05-01 12:17:41 -06:00

21 lines
389 B
TOML

[source]
tar = "https://ijg.org/files/jpegsrc.v9e.tar.gz"
blake3 = "f0d6072e15de609397cbd8428758d7054dd921dc448018111e3822b17bcbcc5d"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS=(
--host="${GNU_TARGET}"
--prefix="/usr"
--enable-shared
--enable-static
)
cookbook_configure
"""