# Description: XCB client and window-manager helpers for ICCCM & EWMH # URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-wm # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: m4 libxcb name=xcb-util-wm version=0.4.2 release=1 source=(https://xcb.freedesktop.org/dist/${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 }