20 lines
466 B
Plaintext
Raw Normal View History

2013-05-31 21:55:11 +10:00
# Description: X11 toolkit intrinsics library
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2017-11-01 22:41:39 +11:00
# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-libxt
name=xorg-libxt-32
2019-07-15 21:43:11 +10:00
version=1.2.0
release=1
source=(https://www.x.org/releases/individual/lib/libXt-$version.tar.bz2)
build() {
cd libXt-$version
2019-07-15 21:43:11 +10:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2019-07-15 21:43:11 +10:00
rm -rf $PKG/usr/{include,share}
}