# Description: a library that exposes a event API on top of Linux futexes # URL: https://xorg.freedesktop.org/ # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: xorgproto name=libxshmfence version=1.3.3 release=1 source=(https://www.x.org/pub/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 }