2006-11-24 17:09:05 +01:00
|
|
|
# Description: XCB X protocol descriptions
|
2020-06-18 20:33:08 -05:00
|
|
|
# URL: https://xcb.freedesktop.org/
|
2012-07-16 02:34:56 +10:00
|
|
|
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
2019-11-27 15:47:31 +01:00
|
|
|
# Depends on: python3
|
2006-11-24 17:09:05 +01:00
|
|
|
|
|
|
|
name=xorg-xcb-proto
|
2022-06-19 09:50:49 +02:00
|
|
|
version=1.15.2
|
2020-02-24 11:58:00 +01:00
|
|
|
release=1
|
|
|
|
source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz)
|
2006-11-24 17:09:05 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd xcb-proto-$version
|
|
|
|
|
2019-11-27 15:47:31 +01:00
|
|
|
PYTHON=/usr/bin/python3 \
|
2006-11-24 17:09:05 +01:00
|
|
|
./configure --prefix=/usr
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|