summaryrefslogtreecommitdiff
blob: 53421c4e1645bd268b607b66f30191ea1942ca74 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EGIT_REPO_URI="git://anongit.freedesktop.org/git/avivo/xf86-video-avivo"
inherit autotools git x-modular

DESCRIPTION="A free reverse engineered driver for r500-based AMD video cards."
HOMEPAGE="http://freedesktop.org"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="x11-libs/libpciaccess
	x11-proto/xextproto"
RDEPEND="${DEPEND}
	x11-base/xorg-server"

src_unpack() {
	git_src_unpack
	eautoreconf
}