Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328236 Details for
Bug 441610
sys-block/flashbench - Identifies the properties of SD cards and other media
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
flashbench-20120606.ebuild
flashbench-20120606.ebuild (text/plain), 1014 bytes, created by
James Le Cuirot
on 2012-11-03 19:08:52 UTC
(
hide
)
Description:
flashbench-20120606.ebuild
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2012-11-03 19:08:52 UTC
Size:
1014 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >COMMIT="2e30b1968a66147412f21002ea844122a0d5e2f0" > >inherit toolchain-funcs > >DESCRIPTION="Identifies the properties of SD cards and other media" >HOMEPAGE="http://git.linaro.org/gitweb?p=people/arnd/flashbench.git" ># Gitweb snapshots have a different checksum each time. Use this GitHub clone instead. >SRC_URI="https://github.com/bradfa/flashbench/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" > >S="${WORKDIR}/${PN}-${COMMIT}" > >src_compile() { > # Flags come from Makefile. > local CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter" > > emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lrt" flashbench > emake CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" erase >} > >src_install() { > dobin "${PN}" > newbin erase "${PN}-erase" # erase is too ambiguous. > 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 441610
: 328236