# Description: xorg lib libXt # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu # Arch Maintainer System Team devel@crux-arm.nu # Depends on: xorg-libsm xorg-libx11 xorg-xproto xorg-kbproto name=xorg-libxt version=1.0.7 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXt-$version.tar.bz2) build() { cd libXt-$version export DEFAULT_LIBS="-L$CLFS/lib -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg -L$CLFS/usr/lib/xorg/modules" export DEFAULT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export XT_LIBS="$DEFAULT_LIBS -lSM -lICE -lX11" export XT_CFLAGS="$DEFAULT_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man \ --enable-malloc0returnsnull make make DESTDIR=$PKG install }