# Description: XCB utility library that gives readable names to error, event, & request codes # URL: http://xcb.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libxcb m4 name=xcb-util-errors version=1.0.1 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 }