mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 05:28:43 +08:00
21 lines
401 B
TOML
21 lines
401 B
TOML
[source]
|
|
tar = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.tar.xz"
|
|
blake3 = "6c529acc02344fe48377810debadaee8eb0511a5553a8b7bea685d5282ab00cb"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libxml2",
|
|
"xz",
|
|
"zlib",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
export CFLAGS="-llzma -lz"
|
|
cookbook_configure --without-python
|
|
"""
|