# Description: xorg lib libXmu # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu # Arch Maintainer System Team devel at crux-arm dot nu # Depends on: xorg-libxt xorg-xextproto xorg-libxext xorg-libx11 name=xorg-libxmu version=1.0.5 release=2 source=(http://xorg.freedesktop.org/releases/individual/lib/libXmu-$version.tar.bz2) build() { cd libXmu-$version export DEFAULT_LIBS="-L$CLFS/usr/lib" export DEFAULT_CFLAGS="-I$CLFS/usr/include" export XMU_LIBS="$DEFAULT_LIBS -lXt -lSM -lICE -lXext -lX11" export XMU_CFLAGS="$DEFAULT_CFLAGS" export XMUU_LIBS="$DEFAULT_LIBS -lX11" export XMUU_CFLAGS="$DEFAULT_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr make make DESTDIR=$PKG install }