xorg/xorg-libxshmfence/Pkgfile

18 lines
403 B
Plaintext
Raw Normal View History

2014-02-15 17:43:39 +01:00
# Description: X shared memory fences
2022-12-10 12:07:01 +01:00
# URL: https://xorg.freedesktop.org
2014-02-15 17:43:39 +01:00
# 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
2022-12-10 12:07:01 +01:00
version=1.3.2
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
2014-02-15 17:43:39 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}