Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 337858 Details for
Bug 455352
sys-boot/pesign - signing tool for PE-COFF binaries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pesign-0.100.ebuild
pesign-0.100.ebuild (text/plain), 747 bytes, created by
Martin Pluskal
on 2013-02-03 21:53:13 UTC
(
hide
)
Description:
pesign-0.100.ebuild
Filename:
MIME Type:
Creator:
Martin Pluskal
Created:
2013-02-03 21:53:13 UTC
Size:
747 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >DESCRIPTION="Signing tool for PE-COFF binaries" >HOMEPAGE="https://github.com/vathpela/pesign" >SRC_URI="http://github.com/vathpela/${PN}/archive/${PV}.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="dev-libs/nss > dev-libs/nspr > sys-boot/gnu-efi" > >DEPEND="${RDEPEND} > app-arch/unzip" > >src_prepare(){ > # Fix path to nss and nspr header files > sed -i -e 's/nss3/nss/' src/*.c src/*.h || die > sed -i -e 's/nspr4/nspr/' src/*.c src/*.h || die >} > >src_install() { > cp "${S}/shim.efi" "${D}/usr/lib64/efi/shim.efi" || die > cp "${S}/MokManager.efi.signed" > "${D}/usr/lib64/efi/MokManager.efi.signed" || die >}
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 455352
:
337858
|
338432