# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils kde-functions MY_P="${P/qtcurve/QtCurve}" DESCRIPTION="A set of widget styles for KDE, GTK1, and GTK2 based apps." HOMEPAGE="http://www.kde-look.org/content/show.php?content=5065" SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="arts" need-kde 3.2 S="${WORKDIR}/${MY_P}" src_compile() { econf $(use_with arts) || die "econf failed" emake || die "emake failed" } src_install () { make DESTDIR=${D} install || die "install failed" dodoc ChangeLog COPYING README TODO }