xorg/xorg-libxshmfence/Pkgfile

18 lines
411 B
Plaintext
Raw Normal View History

2014-02-15 17:43:39 +01:00
# 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
2014-02-15 17:43:39 +01:00
name=xorg-libxshmfence
2018-02-27 21:38:36 +01:00
version=1.3
2014-02-15 17:43:39 +01:00
release=1
source=(http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2)
build() {
cd libxshmfence-$version
2014-02-15 17:43:39 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}