# Description: Library implementing the client-side of the X11 display server protocol # URL: https://xcb.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libxau libxdmcp xcb-proto name=libxcb version=1.17.0 release=1 source=(https://xorg.freedesktop.org/archive/individual/lib/${name}-${version}.tar.xz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }