# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P="${P/qtcurve-gtk2/QtCurve-Gtk2}" DESCRIPTION="A set of widget styles for GTK2 based apps, also available for KDE" HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~sparc" IUSE="" DEPEND="x11-libs/cairo >=x11-libs/gtk+-2.0" S="${WORKDIR}/${MY_P}" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install () { emake DESTDIR=${D} install || die "emake install failed" dodoc ChangeLog README TODO }