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