2006-11-24 17:09:05 +01:00
|
|
|
# Description: XCB X protocol descriptions
|
|
|
|
# URL: http://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
|
2018-03-06 00:41:24 +01:00
|
|
|
version=1.13
|
2019-11-27 15:47:31 +01:00
|
|
|
release=2
|
2019-04-14 20:34:34 +10:00
|
|
|
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
|
|
|
|
}
|