xorg-libxtst-32: 1.2.2 -> 1.2.3

This commit is contained in:
Danny Rawlins 2016-10-09 20:17:24 +11:00
parent b742bf74d2
commit cdccde3f5b
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
25c6b366ac3dc7a12c5d79816ce96a59 libXtst-1.2.2.tar.bz2
ef8c2c1d16a00bd95b9fdcef63b8a2ca libXtst-1.2.3.tar.bz2

View File

@ -4,20 +4,17 @@
# Depends on: xorg-libx11-32 xorg-libxext-32 xorg-libxi-32 xorg-recordproto-32 xorg-libxtst
name=xorg-libxtst-32
version=1.2.2
version=1.2.3
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
./configure --prefix=/usr --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
rm -r $PKG/usr/{include,share/man,share/doc,share}
}