summaryrefslogtreecommitdiff
blob: af4090aefcd6da46a59be8f38663db36db4d4b0b (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
35
36
37
38
39
40
41
42
43
44
45
# 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/xorg/driver/xf86-video-radeonhd"
inherit autotools git x-modular

DESCRIPTION="Very Experimental Radeon HD video driver. Don't bother unless you want to help development."
HOMEPAGE="http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=summary"
SRC_URI=""

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

DEPEND="x11-proto/xextproto"
#		dev-util/git"
RDEPEND="${DEPEND}
	>=x11-base/xorg-server-1.3.0"

src_unpack() {
	git_src_unpack
	eautoreconf
}

src_compile() {
	x-modular_src_compile
	cd utils/conntest/
	emake
}

src_install() {
	x-modular_src_install
	exeinto /usr/bin
	doexe utils/conntest/rhd_conntest
	dodoc utils/conntest/README
	
}

pkg_postinst() {
	elog "have a look at the README and use rhd_conntest to report info to:"
	elog "http://lists.opensuse.org/radeonhd/2007-09/"

}