18 lines
402 B
Plaintext
18 lines
402 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.3.1
|
|
release=1
|
|
source=(https://www.x.org/archive/individual/lib/libxshmfence-$version.tar.xz)
|
|
|
|
build() {
|
|
cd libxshmfence-$version
|
|
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|