[package] name = "libxml2" version = "2.15.3" [source] tar = "https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.15.3/libxml2-v2.15.3.tar.bz2" blake3 = "03c5284cd7fe6b524f9b69d3d7e42fd6f0226d1873eefbba1e485fe045024423" script = """ autotools_recursive_regenerate """ [build] template = "custom" dependencies = [ "xz", "zlib" ] script = """ DYNAMIC_STATIC_INIT COOKBOOK_CONFIGURE_FLAGS+=( --without-python ) cookbook_configure """