# Description: XCB utilities library # URL: https://xcb.freedesktop.org/ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libxcb name=xorg-xcb-util version=0.4.1 release=1 source=(https://xorg.freedesktop.org/archive/individual/lib/xcb-util-$version.tar.xz) build() { cd xcb-util-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }