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
|
2019-08-27 21:48:19 +10:00
|
|
|
# Depends on: libinput-32 libpthread-stubs-32 libxslt-32 xorg-libxau-32 xorg-libxcb xorg-libxdmcp-32 xorg-xcb-proto-32
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
name=xorg-libxcb-32
|
2022-05-22 11:39:27 +02:00
|
|
|
version=1.15
|
2012-11-21 11:12:43 -06:00
|
|
|
release=1
|
2020-03-04 22:31:25 +11:00
|
|
|
source=(https://www.x.org/releases/individual/xcb/libxcb-$version.tar.xz)
|
2012-11-21 11:12:43 -06:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libxcb-$version
|
|
|
|
|
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
|
|
|
}
|