xorg/xorg-libxcb/Pkgfile

22 lines
457 B
Plaintext
Raw Normal View History

# Description: X11 client-side library
# URL: https://xcb.freedesktop.org/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
2020-02-24 11:58:19 +01:00
# Depends on: xorg-libxau xorg-libxdmcp xorg-xcb-proto
2006-11-24 17:09:22 +01:00
name=xorg-libxcb
2023-08-17 12:44:11 +02:00
version=1.16
2022-05-06 13:53:25 +02:00
release=1
2020-02-24 11:58:19 +01:00
source=(https://xorg.freedesktop.org/archive/individual/lib/libxcb-$version.tar.xz)
2006-11-24 17:09:22 +01:00
build() {
cd libxcb-$version
2020-09-09 12:53:39 +02:00
PYTHON=/usr/bin/python3 \
2007-11-15 14:12:38 +01:00
./configure --prefix=/usr
2006-11-24 17:09:22 +01:00
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}