# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="It gives users the opportunity to configure all the Murrine Engine style options" HOMEPAGE="http://cimi.netsons.org/pages/murrine/configurator.php" SRC_URI="http://cimi.netsons.org/media/download_gallery/murrine/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-themes/gtk-engines-murrine" RDEPEND="${DEPEND} \ gnome-extra/zenity" src_compile() { einfo "Nothing to compile" } src_install() { exeinto /usr/bin doexe files/murrine-configurator insinto /usr/share/pixmaps doins files/murrine-configurator.png insinto /usr/share/applications/ doins files/murrine-configurator.desktop }