Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 765

Summary: GKrellm radio plugin -- new ebuild
Product: Gentoo Linux Reporter: Seemant Kulleen <seemantk>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild for Gkrellm radio plugin

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
}