# Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later DESCRIPTION="Provides the possibility to send the audio through a queue of multiple effect plugins instead of one effect that XMMS originally handles" SRC_URI="mirror://sourceforge/efxmms/${P}.tar.bz2" HOMEPAGE="http://sourceforge.net/projects/efxmms" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="media-sound/xmms" src_compile() { econf || die emake || die } src_install() { einstall \ libdir=${D}/usr/lib/xmms/Effect || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README README.EFX TODO }