# $Header: /magellan-cvs/smage/nvidia-glx/nvidia-glx-99999.0-r1.smage2,v 1.1 2008/02/16 12:13:48 niro Exp $ PNAME="nvidia-glx" PVER="99999.0" PBUILD="r1" PCATEGORIE="media-video" STATE="unstable" DESCRIPTION="fake package only; renamed to nvidia-drivers." HOMEPAGE="http://magellan-linux.de/" DEPEND=">= x11-drivers/nvidia-drivers-169" PKGTYPE="virtual" NOPKGBUILD=true postinstall() { echo echo "This is only a fake package for x11-drivers/nvidia-drivers." echo "It is only needed for the rename-transition and can be safely removed." echo echo "Please uninstall this package now: mage uninstall ${PNAME}" echo }