# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="XMMS visualization in the root window" HOMEPAGE="http://fopref.meinungsverstaerker.de/xmms-rootvis/" SRC_URI="http://fopref.meinungsverstaerker.de/xmms-rootvis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-sound/xmms" RDEPEND="${DEPEND}" src_install() { make DESTDIR=${D} install || die dodoc README AUTHORS NEWS }