Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338432 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.102.ebuild
pesign-0.101.ebuild (text/plain), 640 bytes, created by
Martin Pluskal
on 2013-02-09 19:35:57 UTC
(
hide
)
Description:
pesign-0.102.ebuild
Filename:
MIME Type:
Creator:
Martin Pluskal
Created:
2013-02-09 19:35:57 UTC
Size:
640 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() { > emake INSTALLROOT="${D}" install >}
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