Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342550 Details for
Bug 337915
x11-plugins/ascpu does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ascpu-1.11-r1.ebuild
ascpu-1.11-r1.ebuild (text/plain), 868 bytes, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-18 17:18:59 UTC
(
hide
)
Description:
ascpu-1.11-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-18 17:18:59 UTC
Size:
868 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/ascpu/ascpu-1.11.ebuild,v 1.7 2010/11/08 16:30:03 voyageur Exp $ > >EAPI="5" > >inherit eutils > >IUSE="jpeg" >DESCRIPTION="CPU statistics monitor utility for X Windows" >SRC_URI="http://www.tigr.net/afterstep/download/ascpu/${P}.tar.gz" >HOMEPAGE="http://www.tigr.net" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" > >RDEPEND="x11-libs/libXpm > x11-libs/libSM > jpeg? ( virtual/jpeg )" > >DEPEND="${RDEPEND} > x11-proto/xproto" > >src_prepare() { > epatch "${FILESDIR}"/${P}-gentoo.patch >} > >src_configure() { > econf $(use_enable jpeg) >} > >src_compile() { > > emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" >} > >src_install() { > dodir /usr/bin > dodir /usr/share/man/man1 > > emake DESTDIR="${D}" install > 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 337915
:
247826
| 342550 |
342552