2016-03-18 01:46:14 +01:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2015-02-27 17:05:01 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-21 14:38:36 +02:00
|
|
|
# $Id$
|
2015-02-27 17:05:01 +01:00
|
|
|
|
2015-12-05 01:19:02 +01:00
|
|
|
EAPI="5"
|
2015-02-27 17:05:01 +01:00
|
|
|
|
2016-03-18 01:46:14 +01:00
|
|
|
FCVERSION="1.fc25"
|
2015-02-28 08:44:57 +01:00
|
|
|
MY_P="${P}-${FCVERSION}"
|
2015-02-27 17:05:01 +01:00
|
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
|
2015-02-28 08:44:57 +01:00
|
|
|
SRC_URI="http://people.znc.in/~dessa/gentoo/${MY_P}.tar.xz"
|
2015-02-27 17:05:01 +01:00
|
|
|
|
|
|
|
DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS"
|
|
|
|
HOMEPAGE="http://www.seabios.org"
|
|
|
|
|
|
|
|
LICENSE="LGPL-3 GPL-3"
|
|
|
|
SLOT="0"
|
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
DEPEND=""
|
|
|
|
RDEPEND="!sys-firmware/vgabios"
|
|
|
|
|
2015-02-28 08:44:57 +01:00
|
|
|
S=${WORKDIR}/${MY_P}
|
2015-02-27 17:05:01 +01:00
|
|
|
|
|
|
|
src_install() {
|
|
|
|
insinto /usr/share/seabios
|
|
|
|
doins *.bin
|
|
|
|
doins *.aml
|
|
|
|
}
|