redox/recipes/libs/libvorbis/recipe.toml
2025-08-23 18:33:13 +07:00

15 lines
323 B
TOML

[source]
tar = "https://github.com/xiph/vorbis/releases/download/v1.3.7/libvorbis-1.3.7.tar.xz"
blake3 = "c67f3f74ec26d93a5571c4404a64eb6e6587d7d77b46b552f7b410f5bc5b1f03"
script = """
DYNAMIC_INIT
GNU_CONFIG_GET config.sub
autotools_recursive_regenerate
"""
[build]
template = "configure"
dependencies = [
"libogg"
]