compat-32/xorg-libxi-32/Pkgfile

21 lines
472 B
Plaintext
Raw Normal View History

# Description: X Input client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2017-11-01 12:41:39 +01:00
# Depends on: xorg-libxext-32 xorg-libxfixes-32 xorg-libxi
name=xorg-libxi-32
2023-05-07 13:44:46 +02:00
version=1.8.1
release=1
2023-05-07 13:44:46 +02:00
source=(https://www.x.org/releases/individual/lib/libXi-$version.tar.xz)
build() {
cd libXi-$version
2016-10-09 11:15:17 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 11:15:17 +02:00
rm -r $PKG/usr/{include,share/man,share}
}