Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 279669 Details for
Bug 374723
app-misc/binwalk: bump to 0.3.7
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for the bump
binwalk-0.3.7.ebuild (text/plain), 858 bytes, created by
Anthony Basile
on 2011-07-10 18:07:55 UTC
(
hide
)
Description:
Ebuild for the bump
Filename:
MIME Type:
Creator:
Anthony Basile
Created:
2011-07-10 18:07:55 UTC
Size:
858 bytes
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >inherit eutils > >DESCRIPTION="A tool for searching a given binary image for embedded file types" >HOMEPAGE="http://code.google.com/p/binwalk" >SRC_URI="http://${P}.googlecode.com/files/${P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >#Note: while the build system has --enable-static it is borked >#and needs to dlopen glibc libraries at runtime. >IUSE="" > >DEPEND="net-misc/curl > sys-libs/zlib" >RDEPEND="${DEPEND}" > >src_prepare() { > cd "${S}"/src > epatch "${FILESDIR}"/parallel-makerule.patch >} > >src_configure() { > cd "${S}"/src > econf >} > >src_compile() { > cd "${S}"/src > emake || die "Compile failed" >} > >src_install() { > cd "${S}"/src > emake DESTDIR="${D}" install || die "Install failed" > > cd "${S}"/docs > dodoc README >}
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 374723
: 279669 |
279671
|
279673