xorg/xorg-libxext/Pkgfile
2019-04-14 20:34:34 +10:00

21 lines
409 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.4
release=1
source=(https://www.x.org/releases/individual/lib/libXext-$version.tar.bz2)
build() {
cd libXext-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}