compat-32/xorg-libxshmfence-32/Pkgfile

21 lines
472 B
Plaintext
Raw Normal View History

2014-02-16 16:53:59 +01:00
# Description: X shared memory fences
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xproto-32 xorg-libxshmfence
name=xorg-libxshmfence-32
2018-03-01 13:22:09 +01:00
version=1.3
2014-02-16 16:53:59 +01:00
release=1
2018-03-01 13:22:09 +01:00
source=(https://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2)
2014-02-16 16:53:59 +01:00
build() {
cd libxshmfence-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -r $PKG/usr/include
}