# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A plugin for slimserver to allow the user to listen to (mainly) BBC Radio streams" HOMEPAGE="http://www.x2systems.com/AlienBBC/" SRC_URI="http://www.x2systems.com/AlienBBC/alienbbc_${PV}.linux.tar.gz" S=${WORKDIR} LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" PDEPEND="slimserver >=mplayer-1.0_pre7" src_install() { exeinto /usr/lib/slimserver/Bin doexe Bin/mplayer.sh cp -R Plugins custom-types.conf slimserver-convert.conf "${D}/usr/lib/slimserver" }