diff options
author | 2007-09-25 05:21:09 +0000 | |
---|---|---|
committer | 2007-09-25 05:21:09 +0000 | |
commit | 7e1998fd200479793f17e5c04f2fd1ed501f7576 (patch) | |
tree | 8d1045b8388b32da6935ca92389c54cfdac78d9d /x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild | |
parent | Initial import. This is supposed to work with macbook pro v.2's (diff) | |
download | je_fro-7e1998fd200479793f17e5c04f2fd1ed501f7576.tar.gz je_fro-7e1998fd200479793f17e5c04f2fd1ed501f7576.tar.bz2 je_fro-7e1998fd200479793f17e5c04f2fd1ed501f7576.zip |
Fixing up for portage inclusion.
svn path=/; revision=78
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild index edd1f2f..af4090a 100644 --- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild +++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild @@ -5,17 +5,17 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd" inherit autotools git x-modular -DESCRIPTION="Radeon HD video driver" -HOMEPAGE="http://freedesktop.org" +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" +KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="x11-libs/libpciaccess - x11-proto/xextproto" +DEPEND="x11-proto/xextproto" +# dev-util/git" RDEPEND="${DEPEND} >=x11-base/xorg-server-1.3.0" @@ -23,3 +23,23 @@ 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/" + +} |