# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # superiotool SVN ebuild # inherit subversion eutils DESCRIPTION=" Superiotool allows you to detect which Super I/O you have on your mainboard, and it can provide detailed information about the register contents of the Super I/O." HOMEPAGE="http://linuxbios.org" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" SRC_URI="" ESVN_REPO_URI="svn://linuxbios.org/repos/trunk/util/${PN}" S=${WORKDIR}/${PN} src_install() { # not using emake, because it makes sandbox violations dosbin superiotool doman *.8 }