2015-02-28 08:44:57 +01:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2015-02-27 17:05:01 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2015-03-22 09:18:34 +01:00
|
|
|
FCVERSION="1.fc23"
|
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
|
|
|
|
}
|