mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
20 lines
390 B
TOML
20 lines
390 B
TOML
[source]
|
|
tar = "https://github.com/xiph/flac/releases/download/1.5.0/flac-1.5.0.tar.xz"
|
|
blake3 = "2adca3cd8da4b577ebb9c12e73c91cf6f6a7feb7485b3f003853b82710bada84"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libogg",
|
|
]
|
|
script = """
|
|
DYNAMIC_INIT
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
--with-ogg="${COOKBOOK_SYSROOT}"
|
|
)
|
|
cookbook_configure
|
|
"""
|