[package] name = "lib32-libx11" version = "1.8.10" description = "32-bit core X11 client library — needed by Steam and Wine under XWayland" url = "https://xorg.freedesktop.org/" license = "MIT" [source] url = "https://xorg.freedesktop.org/archive/individual/lib/libX11-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["lib32-glibc", "lib32-libxcb"] build = ["gcc", "make", "pkg-config", "xorgproto", "xtrans"] [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 --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""