compat-32/xorg-libxt-32/Pkgfile

21 lines
473 B
Plaintext
Raw Normal View History

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