xorg/xorg-libxshmfence/Pkgfile

22 lines
497 B
Plaintext
Raw Normal View History

2014-02-15 17:43:39 +01:00
# 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
2014-02-15 17:43:39 +01:00
name=xorg-libxshmfence
2015-01-05 12:23:49 +01:00
version=1.2
release=2
source=(http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2 \
memfd_create.patch)
2014-02-15 17:43:39 +01:00
build() {
cd libxshmfence-$version
patch -p1 -i $SRC/memfd_create.patch
autoreconf -v --install
2014-02-15 17:43:39 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}