# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-radio/gkrellm-radio-2.0.4.ebuild,v 1.8 2010/03/12 00:46:30 sping Exp $ EAPI="5" inherit gkrellm-plugin eutils IUSE="lirc" S=${WORKDIR}/${PN} DESCRIPTION="A minimalistic GKrellM2 plugin to control radio tuners." SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz" HOMEPAGE="http://gkrellm.luon.net/gkrellm-radio.php" RDEPEND="app-admin/gkrellm[X]" DEPEND="lirc? ( app-misc/lirc ) ${RDEPEND}" SLOT="2" LICENSE="GPL-2" KEYWORDS="ppc sparc x86 ~amd64" PLUGIN_SO=radio.so src_prepare() { epatch "${FILESDIR}"/${PN}-makefile.patch } src_compile() { use lirc && myconf="${myconf} WITH_LIRC=1" emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ${myconf} }