[package] name = "xcb" version = "1.17.0" description = "X protocol C-language Binding (libxcb)" url = "https://xcb.freedesktop.org/" license = "MIT" [source] url = "https://xorg.freedesktop.org/archive/individual/lib/libxcb-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "xcb-proto", "libxau", "libxdmcp"] build = ["gcc", "make", "pkg-config", "python"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""