# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # # lxbios SVN ebuild # inherit subversion eutils DESCRIPTION="Lxbios is a utility for reading/writing LinuxBIOS parameters and displaying information from the LinuxBIOS table in CMOS." HOMEPAGE="http://www.linuxbios.org/index.php/Lxbios" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" 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 dobin ${PN} doman lxbios.1.gz } pkg_postinst() { ewarn "The machine must be booted with LinuxBIOS to use this program. " }