# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ IUSE="" DESCRIPTION="Audacious Analog VU meter visual plugin." HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="amd64" DEPEND=">=media-sound/audacious-1.1" src_install () { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README* }