# Description: X Window System RGB database # 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-xproto name=xorg-rgb version=1.0.3 release=1 source=(http://xorg.freedesktop.org/releases/individual/app/rgb-$version.tar.bz2) build() { cd rgb-$version sed 's| pkg_failed=yes| pkg_failed=no|' -i configure export XORG_LIBS="-L$CLFS/lib -L$CLFS/usr/lib -L$CLFS/usr/lib/xorg -L$CLFS/usr/lib/xorg/modules" export XORG_CFLAGS="-I$CLFS/usr/include -I$CLFS/usr/include/X11 -I$CLFS/usr/include/X11/extensions" export RGB_LIBS="$XORG_LIBS" export RGB_CFLAGS="$XORG_CFLAGS" ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=/usr/man make make DESTDIR=$PKG install }