# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="XMMS Meta-Input is a plugin for XMMS that allows you to write input plugins as simple scripts." HOMEPAGE="http://www.corbac.com/page3.html" SRC_URI="http://www.corbac.com/Data/Sources/${P}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" DEPEND="media-sound/xmms" IUSE="" src_compile() { emake || die } src_install() { install -d ${D}"`xmms-config --input-plugin-dir`"/Meta touch ${D}"`xmms-config --input-plugin-dir`"/Meta/.keep install -s libmetainput.so ${D}"`xmms-config --input-plugin-dir`" dodoc README ChangeLog TODO }