compat-32/xorg-libxtst-32/Pkgfile
2013-02-02 01:54:23 +11:00

24 lines
620 B
Plaintext

# Description: xorg lib libXtst
# 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.1
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
}