redox/recipes/wip/libs/other/libsndfile/recipe.toml
2025-05-14 10:22:40 -06:00

20 lines
392 B
TOML

[source]
tar = "https://github.com/libsndfile/libsndfile/releases/download/1.2.0/libsndfile-1.2.0.tar.xz"
blake3 = "7ec1be7cc47fdffc38cf0cbf02857e6a34a13df22d19f541f04215929e1d7684"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
dependencies = [
#TODO "libflac",
"libogg",
"libvorbis",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""