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

20 lines
356 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libSM-1.2.6.tar.xz"
blake3 = "fccedc1f9781bab20b0084557464099a7b793cd704d4bb702f200def4c96dcd8"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"x11proto",
"xtrans",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""