# Distributed under the terms of the GNU General Public License, v2 or later S=${WORKDIR}/${PN} DESCRIPTION="A GKrellM 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-2* >=media-libs/imlib-1.9.10-r1" SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" src_compile() { emake || die } src_install () { exeinto /usr/lib/gkrellm2/plugins doexe radio.so dodoc README CHANGES lirc.example }