xorg/xorg-xcb-proto/Pkgfile

20 lines
415 B
Plaintext
Raw Normal View History

2006-11-24 17:09:05 +01:00
# Description: XCB X protocol descriptions
# URL: https://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
2020-02-24 11:58:00 +01:00
version=1.14
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
}