diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 20:51:34 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-01-13 20:51:34 +0000 |
commit | 538fbf63d48e4440006fbf93739ca9ad707100f0 (patch) | |
tree | 69ba2132ddcf1821dd4685e6204d10ca98ab4a54 /media-video/rovclock/rovclock-0.6e.ebuild | |
parent | Initial import, thanks to Nicolas Bigaouette <nbigaouette@gmail.com> for the ... (diff) | |
download | gentoo-2-538fbf63d48e4440006fbf93739ca9ad707100f0.tar.gz gentoo-2-538fbf63d48e4440006fbf93739ca9ad707100f0.tar.bz2 gentoo-2-538fbf63d48e4440006fbf93739ca9ad707100f0.zip |
New ebuild thanks to Sebastian Witt <se.witt@gmx.net> and t35t0r in bug 102919
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-video/rovclock/rovclock-0.6e.ebuild')
-rw-r--r-- | media-video/rovclock/rovclock-0.6e.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-video/rovclock/rovclock-0.6e.ebuild b/media-video/rovclock/rovclock-0.6e.ebuild new file mode 100644 index 000000000000..1aef72a41f98 --- /dev/null +++ b/media-video/rovclock/rovclock-0.6e.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/rovclock/rovclock-0.6e.ebuild,v 1.1 2006/01/13 20:51:34 genstef Exp $ + +DESCRIPTION="Overclocking utility for ATI Radeon cards" +HOMEPAGE="http://www.hasw.net/linux/" +SRC_URI="http://www.hasw.net/linux/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + dosbin rovclock + dodoc ChangeLog README +} |