redox/recipes/wip/x11/libice/recipe.toml
2025-05-03 17:56:32 -06:00

19 lines
343 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libICE-1.1.2.tar.xz"
blake3 = "3d1d41041e0a58799a5e9965fd258a4f6875143102644fbbc71061eb4c652577"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"x11proto",
"xtrans",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""