xorg/xorg-libxshmfence/Pkgfile
2018-02-08 20:57:33 +01:00

22 lines
497 B
Plaintext

# Description: X shared memory fences
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-util-macros xorg-xorgproto
name=xorg-libxshmfence
version=1.2
release=2
source=(http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2 \
memfd_create.patch)
build() {
cd libxshmfence-$version
patch -p1 -i $SRC/memfd_create.patch
autoreconf -v --install
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}