compat-32/xorg-libxt-32/Pkgfile
2017-11-01 22:41:39 +11:00

20 lines
498 B
Plaintext

# Description: X11 toolkit intrinsics library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-libxt
name=xorg-libxt-32
version=1.1.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2)
build() {
cd libXt-$version
./configure --prefix=/usr --mandir=/usr/man --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man,share}
}