compat-32/xorg-libxcb-32/Pkgfile

25 lines
625 B
Plaintext
Raw Normal View History

2014-09-28 12:55:34 +02:00
# Description: X11 client-side library
# URL: https://xcb.freedesktop.org/
# 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
name=xorg-libxcb-32
2024-04-17 19:00:08 +02:00
version=1.17.0
release=1
2023-08-21 22:02:44 +02:00
source=(https://xorg.freedesktop.org/archive/individual/lib/libxcb-$version.tar.xz)
build() {
cd libxcb-$version
2022-06-19 17:55:38 +02:00
export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig:/usr/share/pkgconfig'
PYTHON=/usr/bin/python3 \
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2013-05-31 13:41:27 +02:00
rm -r $PKG/usr/{include,share}
}