| # Copyright 1999-2010 Gentoo Foundation |
| # Distributed under the terms of the GNU General Public License v2 |
| # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-mesa/eselect-mesa-0.0.8.ebuild,v 1.2 2010/11/28 15:37:34 chithanh Exp $ |
| |
| EAPI=3 |
| |
| DESCRIPTION="Utility to change the Mesa OpenGL driver being used" |
| HOMEPAGE="http://www.gentoo.org/" |
| |
| SRC_URI="mirror://gentoo/${P}.tar.gz" |
| |
| LICENSE="GPL-2" |
| SLOT="0" |
| KEYWORDS="*" |
| IUSE="" |
| |
| DEPEND="" |
| RDEPEND=">=app-admin/eselect-1.2.4" |
| |
| src_install() { |
| insinto /usr/share/eselect/modules |
| doins mesa.eselect || die |
| } |
| |
| pkg_postinst() { |
| if has_version ">=media-libs/mesa-7.9" && \ |
| ! [ -f "${EROOT}"/usr/share/mesa/eselect-mesa.conf ]; then |
| eerror "Rebuild media-libs/mesa for ${PN} to work." |
| fi |
| } |