2014-09-28 20:55:34 +10:00
|
|
|
# Description: X11 client-side library
|
2020-06-17 19:38:34 -05:00
|
|
|
# URL: https://xcb.freedesktop.org/
|
2013-02-02 01:54:23 +11:00
|
|
|
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
2023-08-17 19:30:57 +02:00
|
|
|
# Depends on: libinput-32 libpthread-stubs-32 libxslt-32 xorg-libxau-32 xorg-libxcb xorg-libxdmcp-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=xorg-libxcb-32
|
2024-04-17 19:00:08 +02:00
|
|
|
version=1.17.0
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2023-08-21 15:02:44 -05:00
|
|
|
source=(https://xorg.freedesktop.org/archive/individual/lib/libxcb-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxcb-$version
|
|
|
|
|
2022-06-19 17:55:38 +02:00
|
|
|
export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig:/usr/share/pkgconfig'
|
2020-10-07 17:19:47 -05:00
|
|
|
PYTHON=/usr/bin/python3 \
|
2018-03-06 23:49:21 +11:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libdir=/usr/lib32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2013-05-31 21:41:27 +10:00
|
|
|
rm -r $PKG/usr/{include,share}
|
2012-11-21 11:12:43 -06:00
|
|
|
}
|