compat-32/xorg-xcb-proto-32/Pkgfile

24 lines
494 B
Plaintext
Raw Normal View History

# Description: XCB X protocol descriptions
# URL: https://xcb.freedesktop.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-xcb-proto
name=xorg-xcb-proto-32
2022-05-22 11:24:12 +02:00
version=1.15
2020-03-04 12:31:45 +01:00
release=1
2020-10-20 14:58:50 +02:00
source=(https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-$version.tar.xz)
build() {
cd xcb-proto-$version
2020-01-04 06:19:42 +01:00
PYTHON='/usr/bin/python3' \
2018-03-06 13:47:33 +01:00
./configure \
--prefix=/usr \
--libdir=/usr/lib32
make
make DESTDIR=$PKG install
2018-03-06 13:47:33 +01:00
rm -r $PKG/usr/{lib,share}
}