# Description: XCB errors library # URL: https://cgit.freedesktop.org/xcb/util-errors/ # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-xcb-util name=xorg-xcb-util-error version=1.0 release=1 source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.bz2) build() { cd xcb-util-errors-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }