[package] name = "xerces-c" version = "3.2.5" description = "XML parser library for C++" url = "https://xerces.apache.org/xerces-c/" license = "Apache-2.0" [source] url = "https://dlcdn.apache.org/xerces/c/3/sources/xerces-c-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "curl"] build = ["gcc", "cmake", "ninja"] [build] system = "cmake" configure = """cmake -B build -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release""" make = """ninja -C build""" install = """DESTDIR=${PKG} ninja -C build install"""