20 lines
393 B
Plaintext
Raw Normal View History

2006-11-24 17:09:05 +01:00
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# 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
2018-03-06 00:41:24 +01:00
version=1.13
2019-11-27 15:47:31 +01:00
release=2
source=(https://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
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
}