# Description: xorg lib libXxf86misc # 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 xorg-libxext xorg-xf86miscproto name=xorg-libxxf86misc version=1.0.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86misc-$version.tar.bz2) build() { cd libXxf86misc-$version export X11_LIBS="-L$CLFS/usr/lib -lpthread-stubs -lX11 -lXext" export X11_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export XXF86MISC_LIBS="$X11_LIBS" export XXF86MISC_CFLAGS="$X11_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man \ --enable-malloc0returnsnull make make DESTDIR=$PKG install }