# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="run real-mode video BIOS code to alter hardware state (i.e. reinitialize video card)" HOMEPAGE="http://www.srcf.ucam.org/~mjg59/vbetool/" SRC_URI="http://www.srcf.ucam.org/~mjg59/vbetool/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="sys-apps/pciutils" src_compile() { echo "LIBS = -lpci" >> Makefile.in econf || die "could not configure" emake || die "emake failed" } src_install() { einstall || die "einstall failed" }