Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 318160 Details for
Bug 426598
sys-boot/gummiboot-9999: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnu-efi-3.0q.ebuild
gnu-efi-3.0q.ebuild (text/plain), 839 bytes, created by
Christopher Friedt
on 2012-07-14 14:43:51 UTC
(
hide
)
Description:
gnu-efi-3.0q.ebuild
Filename:
MIME Type:
Creator:
Christopher Friedt
Created:
2012-07-14 14:43:51 UTC
Size:
839 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >EAPI=2 > >MY_P="${PN}_${PV}" >DESCRIPTION="Library for build EFI Applications" >HOMEPAGE="http://developer.intel.com/technology/efi" >SRC_URI="mirror://sourceforge/gnu-efi/${MY_P}.orig.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ia64 ~x86" >IUSE="" > >DEPEND="sys-apps/pciutils" >S="${WORKDIR}/${PN}-3.0" > >src_compile() { > local iarch > case $ARCH in > ia64) iarch=ia64 ;; > x86) iarch=ia32 ;; > amd64) iarch=x86_64 ;; > *) die "unknown architecture: $ARCH" ;; > esac > # The lib subdir uses unsafe archive targets, and > # the apps subdir needs gnuefi subdir > emake prefix=${CHOST}- ARCH=${iarch} -j1 || die >} > >src_install() { > emake install INSTALLROOT="${D}"/usr || die > dodoc README* ChangeLog >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 426598
:
318160
|
318162
|
318164
|
378390
|
382052
|
382054