# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils qt4 MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and Gtk2" HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.gz" RESTRICT="mirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="$(qt4_min_version 4.0)" S="${WORKDIR}/${MY_P}" src_compile() { cd ${S}/qt4 eqmake4 qtcurve.pro emake || die "emake failed" } src_install () { dodoc ChangeLog README TODO cd ${S}/qt4 emake INSTALL_ROOT="${D}" install || die "emake install failed" }