xorg/xorg-xcb-proto/Pkgfile

23 lines
472 B
Plaintext

# Description: XCB X protocol descriptions
# URL: https://xcb.freedesktop.org/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: python3
name=xorg-xcb-proto
version=1.14
release=4
source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz \
python-gcd.patch)
build() {
cd xcb-proto-$version
patch -p1 -i $SRC/python-gcd.patch
PYTHON=/usr/bin/python3 \
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}