# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="XMMS Soundcard is an XMMS input plugin which enables to read audio data directly from the soundcard and use the XMMS player as a powerful sound processor." HOMEPAGE="http://www.signal.uu.se/Staff/fl/xmms_plugins/#SoundcardPlugin" SRC_URI="http://www.signal.uu.se/Staff/fl/xmms_plugins/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" DEPEND="media-sound/xmms" IUSE="" src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die "install failed" dodoc README }