2014-02-17 02:53:59 +11:00
|
|
|
# Description: X shared memory fences
|
2022-12-10 11:15:06 +00:00
|
|
|
# URL: https://xorg.freedesktop.org
|
2014-02-17 02:53:59 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2018-04-14 18:12:22 +10:00
|
|
|
# Depends on: xorg-libxshmfence xorg-xorgproto-32
|
2014-02-17 02:53:59 +11:00
|
|
|
|
|
|
|
name=xorg-libxshmfence-32
|
2022-12-10 11:15:06 +00:00
|
|
|
version=1.3.2
|
2014-02-17 02:53:59 +11:00
|
|
|
release=1
|
2022-10-20 19:03:45 +02:00
|
|
|
source=(https://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.xz)
|
2014-02-17 02:53:59 +11:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxshmfence-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --libdir=/usr/lib32
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/include
|
|
|
|
}
|