redox/recipes/libxml2/recipe.toml
2020-05-21 11:14:24 -06:00

16 lines
220 B
TOML

[source]
tar = "ftp://xmlsoft.org/libxml2/libxml2-2.9.9.tar.gz"
[build]
template = "custom"
dependencies = [
"xz",
"zlib"
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--without-python
)
cookbook_configure
"""