# Description: X Resize and Rotate extension client library # URL: http://xorg.freedesktop.org # Maintainer: Tilman Sauerbeck tilman at crux dot nu # Arch Maintainer System Team devel@crux-arm.nu # Depends on: xorg-libx11 xorg-randrproto xorg-xextproto xorg-libxext xorg-libxrender xorg-renderproto name=xorg-libxrandr version=1.3.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2) build() { cd libXrandr-$version export RANDR_LIBS="-L$CLFS/usr/lib -lXext -lXrender -lX11" export RANDR_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 \ --enable-malloc0returnsnull make make DESTDIR=$PKG install }