24 lines
481 B
Plaintext
Raw Normal View History

# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xcb-proto
name=xorg-xcb-proto-32
2018-03-06 23:47:33 +11:00
version=1.13
2020-01-04 16:19:42 +11:00
release=2
source=(https://www.x.org/releases/individual/xcb/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
2020-01-04 16:19:42 +11:00
PYTHON='/usr/bin/python3' \
2018-03-06 23:47:33 +11:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2018-03-06 23:47:33 +11:00
rm -r $PKG/usr/{lib,share}
}