# Description: XCB port of Xlib's XImage and XShmImage functions # URL: https://gitlab.freedesktop.org/xorg/lib/libxcb-image # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xcb-util name=xcb-util-image 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 }