compat-32/xorg-libxt-32/Pkgfile

20 lines
488 B
Plaintext
Raw Normal View History

2013-05-31 13:55:11 +02: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 12:41:39 +01:00
# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-libxt
name=xorg-libxt-32
2015-05-05 14:31:50 +02:00
version=1.1.5
release=1
source=(https://www.x.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}
}