Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765 - GKrellm radio plugin -- new ebuild
Summary: GKrellm radio 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:27 UTC by Seemant Kulleen
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
Ebuild for Gkrellm radio plugin (gkrellm-radio-0.3.ebuild,613 bytes, application/octet-stream)
2002-02-19 10:28 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:27:50 UTC
YAGPE.  This one is a small plugin to control your radio tuner.  Something I
have no use for, but was on a roll and decided to run the gamut.
Comment 1 Seemant Kulleen 2002-02-19 10:28:17 UTC
Created attachment 205 [details]
Ebuild for Gkrellm radio plugin
Comment 2 Seemant Kulleen 2002-02-20 15:32:26 UTC
Aron,

This is definitely more along the lines of your preferences.

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$

S=${WORKDIR}/${P}
DESCRIPTION="A Gkrellm Radio plugin to control radio tuners"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.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 radio.so
    dodoc README Changelog
}