# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # flashrom SVN ebuild # inherit subversion eutils DESCRIPTION="Flash rom chips" HOMEPAGE="http://linuxbios.org" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" SRC_URI="" ESVN_REPO_URI="svn://linuxbios.org/repos/trunk/util/${PN}" RDEPEND="sys-apps/pciutils sys-libs/zlib" S=${WORKDIR}/${PN} src_install() { # not using emake, because it makes sandbox violations dosbin flashrom doman *.8 }