2014-02-15 17:43:39 +01:00
|
|
|
# Description: X shared memory fences
|
2022-12-10 11:07:01 +00:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2014-02-15 17:43:39 +01:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2018-02-08 20:57:33 +01:00
|
|
|
# Depends on: xorg-util-macros xorg-xorgproto
|
2014-02-15 17:43:39 +01:00
|
|
|
|
|
|
|
name=xorg-libxshmfence
|
2024-12-15 11:24:16 +01:00
|
|
|
version=1.3.3
|
2014-02-15 17:43:39 +01:00
|
|
|
release=1
|
2022-10-19 09:09:38 +02:00
|
|
|
source=(https://www.x.org/archive/individual/lib/libxshmfence-$version.tar.xz)
|
2014-02-15 17:43:39 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxshmfence-$version
|
2018-02-04 17:13:09 +01:00
|
|
|
|
2014-02-15 17:43:39 +01:00
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|