blob: 0ce4dcea423d9b3c0fd32f1bb2a169aac59bc788 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.16.ebuild,v 1.2 2011/04/10 14:24:22 ulm Exp $
inherit eutils
DESCRIPTION="Static yaboot ppc boot loader for machines with open firmware"
### Generated by using quickpkg on a ppc32 machine, compiled with -O2 -pipe
HOMEPAGE="http://penguinppc.org/projects/yaboot/"
SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~ppc64"
IUSE="ibm"
DEPEND="!sys-boot/yaboot
sys-apps/powerpc-utils"
RDEPEND="!ibm? ( sys-fs/hfsutils
sys-fs/hfsplusutils
sys-fs/mac-fdisk )"
src_install() {
cp -pPR "${WORKDIR}"/* "${D}" || die "cp failed"
}
|