compat-32/xorg-libxcb-32/Pkgfile

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