xorg/xorg-libxext/Pkgfile

21 lines
408 B
Plaintext

# Description: Common X extensions client library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libx11
name=xorg-libxext
version=1.3.5
release=1
source=(https://www.x.org/releases/individual/lib/libXext-$version.tar.xz)
build() {
cd libXext-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}