Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763 - GKrellm ConsoleWatch plugin -- new ebuild
Summary: GKrellm ConsoleWatch plugin -- new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-19 10:23 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
GKrellm ConsoleWatch plugin ebuild (gkrellm-console-0.1.ebuild,658 bytes, application/octet-stream)
2002-02-19 10:24 UTC, Seemant Kulleen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Seemant Kulleen 2002-02-19 10:23:31 UTC
OK, 3 more (including this one) GKrellm plugin ebuilds.  This one is console
watch.  Pretty much useless to me, but I was on a roll.  Basically it keeps tabs
on tty1 - tty6 and tells you who is logged in.
Comment 1 Seemant Kulleen 2002-02-19 10:24:16 UTC
Created attachment 203 [details]
GKrellm ConsoleWatch plugin ebuild
Comment 2 Seemant Kulleen 2002-02-20 15:25:53 UTC
Aron,

Here's a slightly fixed up version of the ebuild.  I had to use P=  only because
I named the ebuid gkrellm-console (for clarity), while the actual package name
is consolewatch.  Not sure how to handle that..

Thanks,

Seemant

----cut here

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Seemant Kulleen <seemant@rocketmail.com>
# $Header$

P=consolewatch-0.1
S=${WORKDIR}/${P}
DESCRIPTION="A Gkrellm plugin that shows which consoles are in use by whom."
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/consolewatch.phtml"

DEPEND=">=app-admin/gkrellm-1.0.6
                >=x11-libs/gtk+-1.2.10-r4
                >=media-libs/imlib-1.9.10-r1"


src_compile() {
        emake || die
}

src_install () {
        exeinto /usr/lib/gkrellm/plugins
        doexe consolewatch.so
        dodoc README Changelog TODO
}
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-14 09:47:10 UTC
added to portage