[package] name = "libxml2" version = "2.15.2" description = "XML C parser and toolkit" url = "https://gitlab.gnome.org/GNOME/libxml2" license = "MIT" [source] url = "https://download.gnome.org/sources/libxml2/2.15/libxml2-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "zlib", "xz", "readline"] build = ["gcc", "make", "pkg-config", "python"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static --with-history --with-python=/usr/bin/python3""" make = """make""" install = """make DESTDIR=${PKG} install"""