xorg/xorg-xorgproto/Pkgfile

24 lines
573 B
Plaintext

# Description: Headers defining the core protocol and extensions for the X Window System
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-xorgproto
version=2021.4
release=1
source=(https://xorg.freedesktop.org/archive/individual/proto/xorgproto-$version.tar.bz2)
build() {
cd xorgproto-$version
./configure \
--prefix=/usr \
--enable-legacy
make
make DESTDIR=$PKG install
rm $PKG/usr/include/X11/extensions/{apple,windows}*
rm $PKG/usr/share/pkgconfig/{apple,windows}wmproto.pc
rm -r $PKG/usr/share/doc
}