2018-05-05 14:17:06 +02:00
|
|
|
# Copyright 1999-2011 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
2018-06-03 10:52:26 +02:00
|
|
|
EAPI=6
|
2018-05-05 14:17:06 +02:00
|
|
|
|
2018-06-03 10:52:26 +02:00
|
|
|
inherit git-r3
|
|
|
|
|
|
|
|
DESCRIPTION="nvramtool is a utility for reading/writing/displaying Coreboot parameters."
|
2018-05-05 14:17:06 +02:00
|
|
|
HOMEPAGE="http://www.coreboot.org/Nvramtool"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
2018-06-03 10:52:26 +02:00
|
|
|
KEYWORDS="~x86 ~amd64"
|
2018-05-05 14:17:06 +02:00
|
|
|
|
2018-06-03 10:52:26 +02:00
|
|
|
EGIT_REPO_URI="https://review.coreboot.org/coreboot.git"
|
|
|
|
EGIT_BRANCH="master"
|
2018-05-05 14:17:06 +02:00
|
|
|
|
2018-06-03 10:52:26 +02:00
|
|
|
S=${WORKDIR}/${P}/util/${PN}
|
2018-05-05 14:17:06 +02:00
|
|
|
|
|
|
|
pkg_postinst() {
|
2018-06-03 10:52:26 +02:00
|
|
|
ewarn "The machine must be booted with Coreboot or derivatives to use this program. /dev/mem device should also exists. (enabled in kernel)"
|
2018-05-05 14:17:06 +02:00
|
|
|
}
|