# $Id$ PNAME="rgb" PVER="1.0.6" PBUILD="r2" PCAT="x11-apps" DESCRIPTION="X.org RGB database and applications." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXt-1" SDEPEND=">= x11-libs/libX11-dev-1 >= x11-libs/libXt-dev-1" ALX_PKG_KEEP="usr/lib/X11/rgb.txt usr/share/X11/rgb.txt" sminclude xorg mtools alx-split src_install() { xorg_src_install # xorg-config uses /usr/lib/X11/rgb as default db location minstalldir /usr/lib/X11 || die mlink ../../share/X11/rgb.txt /usr/lib/X11/rgb.txt || die }