# Description: Standard X key constants and conversion to/from keycodes # URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: libxcb name=xcb-util-keysyms version=0.4.1 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 }