# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools DESCRIPTION="Gtk Theme Selector" HOMEPAGE="http://members.lycos.co.uk/alexv6/" SRC_URI="http://members.lycos.co.uk/alexv6/pub/gtk/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # This is only in an overlay for now so don't even try the official mirrors. RESTRICT="mirror" DEPEND=">=x11-libs/gtk+-2" RDEPEND="${DEPEND}" src_compile() { eautoreconf econf || die "econf failed" emake || die "emake failed" } src_install() { make_desktop_entry ${PN} "GTK+ Prefs" " " "Settings" emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO || die "Installing docs failed" }