# Description: X11 toolkit intrinsics library # URL: http://xorg.freedesktop.org # Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu # Depends on: xorg-libsm xorg-libx11 name=xorg-libxt version=1.2.1 release=1 source=(https://www.x.org/releases/individual/lib/libXt-$version.tar.bz2) build() { cd libXt-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }