# Description: X Authorization routines # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org # Depends on: xorg-xproto name=xorg-libxau version=1.0.5 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2) build() { cd libXau-$version export X11_LIBS="-L$CLFS/usr/lib" export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export XPROTO_LIBS="$X11_LIBS" export XPROTO_CFLAGS="$X11_CFLAGS" export XAU_LIBS="$X11_LIBS" export XAU_CFLAGS="$X11_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }