21 lines
472 B
Plaintext
Raw Permalink Normal View History

2013-05-31 21:55:11 +10:00
# Description: X11 toolkit intrinsics library
2021-01-30 20:00:29 +11:00
# URL: https://xorg.freedesktop.org/wiki/
# 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
2023-04-10 12:34:26 +02:00
version=1.3.0
release=2
2023-04-10 12:34:26 +02:00
source=(https://www.x.org/releases/individual/lib/libXt-$version.tar.xz)
build() {
cd libXt-$version
2019-07-15 21:43:11 +10:00
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
2021-01-30 20:00:29 +11:00
rm -r $PKG/usr/{include,share}
}