# Description: X11 Testing resource extension library # URL: http://xorg.freedesktop.org # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu # Depends on: xorg-libx11-32 xorg-libxext-32 xorg-libxi-32 xorg-recordproto-32 xorg-libxtst name=xorg-libxtst-32 version=1.2.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2) build() { cd libXtst-$version ./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32 make make DESTDIR=$PKG install rm $PKG/usr/share/doc/libXtst/{record,xtest}lib.xml find $PKG/usr/share -type d -delete rm -r $PKG/usr/include $PKG/usr/man }