compat-32/xorg-libxt-32/Pkgfile

20 lines
529 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
# Depends on: xorg-libsm-32 xorg-libx11-32 xorg-xproto-32 xorg-kbproto-32 xorg-libxt
name=xorg-libxt-32
2013-05-31 13:55:11 +02:00
version=1.1.4
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}
}