blob: 859ebe8a574af3edec851458c953da00de35f1c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit autotools git x-modular
DESCRIPTION="A free reverse engineered driver for r500-based AMD video cards."
HOMEPAGE="http://freedesktop.org"
SRC_URI=""
EGIT_REPO_URI="git://anongit.freedesktop.org/git/avivo/xf86-video-avivo"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="x11-libs/libpciaccess"
RDEPEND=""
src_unpack() {
git_src_unpack
eautoreconf
}
|