# $Id$ PNAME="rgb" PVER="1.0.5" PBUILD="r1" PCAT="x11-apps" DESCRIPTION="X.org RGB database and applications." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg mtools DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXt-1" UP2DATE="updatecmd_xorg ${PNAME}" 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 }