# Description: XCB cursor library # URL: https://cgit.freedesktop.org/xcb/util-cursor # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: m4 xcb-util-image xcb-util-renderutil name=xcb-util-cursor version=0.1.6 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 }