| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-xvmc/eselect-xvmc-0.3.ebuild,v 1.8 2012/08/08 19:36:34 ranger Exp $
|
| 4 |
|
| 5 |
DESCRIPTION="Manages XvMC implementations"
|
| 6 |
HOMEPAGE="http://www.gentoo.org/"
|
| 7 |
SRC_URI=""
|
| 8 |
|
| 9 |
LICENSE="GPL-2"
|
| 10 |
SLOT="0"
|
| 11 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
|
| 12 |
IUSE=""
|
| 13 |
|
| 14 |
DEPEND=""
|
| 15 |
RDEPEND=">=app-admin/eselect-1.0.10"
|
| 16 |
|
| 17 |
src_install() {
|
| 18 |
insinto /usr/share/eselect/modules
|
| 19 |
newins "${FILESDIR}"/${P}.eselect xvmc.eselect || die "newins failed"
|
| 20 |
}
|