Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 87343 Details for
Bug 100145
app-benchmarks/interbench (New Package) - Con Kolivas' benchmark (successor to Contest)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Peter's interbench-0.30.ebuild
interbench-0.30.ebuild (text/plain), 1.00 KB, created by
Peter Hyman
on 2006-05-23 13:46:59 UTC
(
hide
)
Description:
Peter's interbench-0.30.ebuild
Filename:
MIME Type:
Creator:
Peter Hyman
Created:
2006-05-23 13:46:59 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic > >DESCRIPTION="Con Kolivas' Benchmarking Suite -- Successor to Contest" >HOMEPAGE="http://members.optusnet.com.au/ckolivas/interbench/" >SRC_URI="mirror://kernel/linux/kernel/people/ck/apps/interbench/${PF}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="" >RDEPEND="" > >src_unpack() { > unpack ${A} > cd ${S} > # correct silly typo > epatch ${FILESDIR}/interbench_syntaxerror.patch || die "patch error!" > sed -i -e 's/CFLAGS/#CFLAGS/' \ > -e 's/CC/#CC/' Makefile || die "Can't sed Makefile!" >} > >src_compile() { > make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "Make Error!" >} > >src_install() { > dobin interbench > dodoc readme* > doman interbench.8 >} > >pkg_postinst() { > einfo "${PN} has been installed to /usr/bin." > einfo "For best and consistent results, it is recommended to" > einfo "boot to init level 1 or use telinit 1." > einfo "See documentation or ${HOMEPAGE} for more info." >}
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 100145
:
64211
|
66607
|
66810
|
81256
| 87343 |
87344