# Description: xorg lib libxkbfile # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck, tilman at crux dot nu # Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dyndns dot org # Depends on: xorg-libx11 xorg-kbproto name=xorg-libxkbfile version=1.0.6 release=2 source=(http://xorg.freedesktop.org/releases/individual/lib/libxkbfile-$version.tar.bz2) build() { cd libxkbfile-$version export X11_LIBS="-L$CLFS/usr/lib -lX11" export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export XKBFILE_LIBS="$X11_LIBS" export XKBFILE_CFLAGS="$X11_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr make make DESTDIR=$PKG install }