# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="control the sound volume easily through a tray icon" HOMEPAGE="http://oliwer.net/b/volwheel.html" MY_P="${P}-fixed" SRC_URI="http://olwtools.googlecode.com/files/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="alsa" RESTRICT="mirror" RDEPEND="dev-lang/perl dev-perl/gtk2-perl dev-perl/gtk2-trayicon alsa? ( media-sound/alsa-utils )" MY_S="${WORKDIR}/${MY_P}" src_install() { dobin ${MY_S}/volwheel dodir /usr/share/${PN} insinto /usr/share/${PN} doins -r ${MY_S}/icons dodir /usr/lib/${PN} insinto /usr/lib/${PN} doins ${MY_S}/lib/*.pm }