Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 18164 Details for
Bug 29382
New ebuild: gkrellm2 plugin 'gkrelltop'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x11-plugins/gkrelltop 2.2 ebuild
gkrelltop-2.2.ebuild (text/plain), 948 bytes, created by
Ciaran McCreesh
on 2003-09-22 15:03:48 UTC
(
hide
)
Description:
x11-plugins/gkrelltop 2.2 ebuild
Filename:
MIME Type:
Creator:
Ciaran McCreesh
Created:
2003-09-22 15:03:48 UTC
Size:
948 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="a GKrellM2 plugin which displays the top three processes" >SRC_URI="http://psychology.rutgers.edu/~zaimi/gkrelltop.2.2.tgz" >HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~sparc" > >DEPEND="=app-admin/gkrellm-2*" > >src_compile() { > # Unfortunately, the supplied Makefile won't work properly on > # non-x86, so we have to do this the hard way. > CONFIG="-DLINUX -DGKRELLM2 -fPIC `pkg-config gtk+-2.0 --cflags`" > LIBS="`pkg-config gtk+-2.0 --libs` -shared" > OBJS="top_three2.o gkrelltop2.o" > gcc -c $CONFIG $CFLAGS top_three.c -o top_three2.o || die > gcc -c $CONFIG $CFLAGS gkrelltop.c -o gkrelltop2.o || die > gcc $LIBS $CONFIG $CFLAGS -o gkrelltop2.so $OBJS || die >} > >src_install() { > dodoc README > insinto /usr/lib/gkrellm2/plugins > doins gkrelltop2.so >} >
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 29382
: 18164