# 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/" }