# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Belkin Flip USB KVM Switcher" HOMEPAGE="http://sourceharvest.com/flapjack" SRC_URI="http://sourceharvest.com//flapjack/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND=">=sys-kernel/linux-headers-2.6.17-r2" RDEPEND="${DEPEND}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "emake install failed" }