[package] name = "lib32-expat" version = "2.7.1" description = "32-bit XML parser library" url = "https://libexpat.github.io/" license = "MIT" [source] url = "https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["lib32-glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH="/usr/lib32/pkgconfig" ./configure --prefix=/usr --libdir=/usr/lib32 --host=i686-pc-linux-gnu""" make = """make""" install = """make DESTDIR=${PKG} install"""