# Description: X Window System initializer # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu # Arch Maintainer: System Team crux-arm at mikeux dot dyndns dot org # Depends on: xorg-libx11 name=xorg-xinit version=1.2.0 release=2 source=(http://xorg.freedesktop.org/releases/individual/app/xinit-$version.tar.bz2) build() { cd xinit-$version export XINIT_LIBS="-L$CLFS/usr/lib -lX11" export XINIT_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }