21 lines
486 B
Plaintext
Raw Normal View History

2013-05-31 21:58:06 +10:00
# Description: X11 Testing resource extension library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2018-04-06 00:13:35 +10:00
# Depends on: xorg-libxi-32 xorg-libxtst
name=xorg-libxtst-32
2022-10-09 09:49:57 +02:00
version=1.2.4
release=1
2022-10-09 09:49:57 +02:00
source=(https://www.x.org/releases/individual/lib/libXtst-$version.tar.xz)
build() {
cd libXtst-$version
2016-10-09 20:17:24 +11:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 20:17:24 +11:00
rm -r $PKG/usr/{include,share/man,share/doc,share}
}