redox/recipes/wip/libs/net/libtirpc/recipe.toml
2025-05-02 11:33:13 -06:00

16 lines
339 B
TOML

#TODO: does not compile
[source]
tar = "https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.6.tar.bz2"
blake3 = "3ca1feefee3a216bb82bba35dfb455cac8524b8d8404767b01772f3b8fd00eea"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-gssapi
"""