#TODO: promote [source] tar = "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.tar.xz" blake3 = "6c529acc02344fe48377810debadaee8eb0511a5553a8b7bea685d5282ab00cb" script = """ autotools_recursive_regenerate """ [build] dependencies = [ "libxml2", "xz", "zlib", ] template = "custom" script = """ DYNAMIC_INIT export CFLAGS="-llzma -lz" cookbook_configure --without-python """