aboutsummaryrefslogtreecommitdiff
blob: 47c57c7a9af50e6ce25db3c5d6c06719f45cb489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit cmake-utils git-2

DESCRIPTION="Tools for people envious of nvidia's blob driver."
HOMEPAGE="https://github.com/pathscale/envytools"
EGIT_REPO_URI="
	git://github.com/pathscale/envytools.git
	https://github.com/pathscale/envytools.git"

LICENSE="as-is"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="
	dev-libs/libxml2
	x11-libs/libpciaccess
"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	sys-devel/bison
	sys-devel/flex
"

DOCS=( README )

PATCHES=(
	"${FILESDIR}/${PN}-bison.patch"
	)