x11-plugins/gkrellm-radio - 2.0.4 (gentoo)

Search

Install

Install this version:

emerge -a =x11-plugins/gkrellm-radio-2.0.4

Package Information

Description:
A minimalistic GKrellM2 plugin to control radio tuners
Homepage:
http://gkrellm.luon.net/gkrellm-radio.php
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.0.4 8 ~amd64 ~ppc ~sparc x86 2
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gkrellm-plugin multilib toolchain-funcs

DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners"
HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php"
SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
S="${WORKDIR}/${PN}"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="lirc"

RDEPEND="
	app-admin/gkrellm:2[X]
	lirc? ( app-misc/lirc )"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
	"${FILESDIR}"/${P}-r1-pkgconfig.patch
	"${FILESDIR}"/${P}-Use-standard-int-types.patch
)

src_configure() {
	PLUGIN_SO=( radio$(get_modname) )
	default
}

src_compile() {
	use lirc && myconf="${myconf} WITH_LIRC=1"
	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf}
}

USE Flags

Manage flags for this package: euse -i <flag> -p x11-plugins/gkrellm-radio | euse -E <flag> -p x11-plugins/gkrellm-radio | euse -D <flag> -p x11-plugins/gkrellm-radio

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	app-admin/gkrellm:2[X]
	lirc? ( app-misc/lirc )

RDEPEND

	app-admin/gkrellm:2[X]
	lirc? ( app-misc/lirc )

Manifest for 2.0.4

Type File Size Source URLs
DIST gkrellm-radio-2.0.4.tar.gz 15685 bytes http://gkrellm.luon.net/files/gkrellm-radio-2.0.4.tar.gz