# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils SLOT=0 LICENSE="GPL" KEYWORDS="x86" DESCRIPTION="Set clock speed of Voodoo 3 and Banshee" HOMEPAGE="http://www.deater.net/john/tdfx.html" SRC_URI="http://www.deater.net/john/voodooutils-0.5.tar.gz" IUSE="" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/voodooutils-0.5-relative-paths.patch } src_compile() { emake || die "Make failed" } src_install() { make install DESTDIR=${D} || die "Install failed" dodoc LICENSE README }