# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="XMMS plugin to play raw cdr files" HOMEPAGE="http://members.aon.at/hstraub/linux/xmms-rawcdr/index.html" SRC_URI="http://www.hstraub.at/linux/downloads/src/${P}.tar.gz" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" DEPEND="media-sound/xmms" inherit eutils toolchain-funcs src_unpack() { unpack ${A} cd ${S} } src_compile () { emake CC="$(tc-getCC)" || die } src_install () { exeinto `xmms-config --input-plugin-dir` doexe libcdr.so }