# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ inherit eutils IUSE="" DESCRIPTION="BMP plugin to run the a vislization on the root window" HOMEPAGE="http://bmp-plugins.berlios.de/bmp-rootvis.html" SRC_URI="http://download.berlios.de/bmp-plugins/bmp-rootvis-0.0.1.tar.bz2" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="media-sound/beep-media-player" src_unpack() { unpack ${A} } src_install () { make DESTDIR=${D} install || die }