# $Header: /magellan-cvs/smage/rgb/rgb-1.0.3-r1.smage2,v 1.1 2008/06/13 18:20:15 niro Exp $ PNAME="rgb" PVER="1.0.3" PBUILD="r2" PCATEGORIE="x11-apps" STATE="unstable" 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 }