# Description: X11 toolkit intrinsics library
# URL: https://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libsm xorg-libx11

name=xorg-libxt
version=1.3.1
release=1
source=(https://www.x.org/releases/individual/lib/libXt-$version.tar.xz)

build() {
	cd libXt-$version

	./configure --prefix=/usr

	make
	make DESTDIR=$PKG install

	rm -r $PKG/usr/share/doc
}
