compat-32/xorg-libx11-32/Pkgfile

21 lines
468 B
Plaintext
Raw Normal View History

# Description: X client library
2017-03-02 12:26:08 +01:00
# URL: https://xorg.freedesktop.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libx11 xorg-libxcb-32 xorg-xtrans-32
name=xorg-libx11-32
version=1.8.1
release=1
2021-12-07 18:47:50 +01:00
source=(https://www.x.org/releases/individual/lib/libX11-$version.tar.xz)
build() {
cd libX11-$version
2016-10-09 11:11:57 +02:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2016-10-09 11:11:57 +02:00
rm -r $PKG/usr/{include,share/man,share}
}