compat-32/xorg-libxtst-32/Pkgfile

21 lines
548 B
Plaintext
Raw Normal View History

2013-05-31 13:58:06 +02:00
# 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
2016-10-09 11:17:24 +02:00
version=1.2.3
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXtst-$version.tar.bz2)
build() {
cd libXtst-$version
2016-10-09 11:17:24 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 11:17:24 +02:00
rm -r $PKG/usr/{include,share/man,share/doc,share}
}