[package] name = "expat" version = "2.7.4" description = "XML parsing library" url = "https://libexpat.github.io/" license = "MIT" [source] url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_4/expat-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""