# Description: library libXt for Xorg
# URL: http://xorg.freedesktop.org
# Packager: pierre at nutyx dot org
# Depends on: xorg-libsm xorg-libx11 xorg-proto 

name=xorg-libxt
version=1.1.5
release=1

source=(http://mirror.switch.ch/ftp/mirror/X11/pub/individual/lib/libXt-$version.tar.bz2)

build() {
cd libXt-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--with-appdefaultdir=/etc/X11/app-defaults
make
make DESTDIR=$PKG install
}