redox/recipes/wip/dev/apr-util/recipe.toml
2024-02-15 09:37:50 +00:00

15 lines
229 B
TOML

#TODO make apr work
[source]
tar = "https://dlcdn.apache.org//apr/apr-util-1.6.3.tar.bz2"
[build]
template = "custom"
dependencies = [
"apr",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--with-apr
)
cookbook_configure
"""