# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils MY_P="${P/qtcurve/QtCurve-KDE3}" DESCRIPTION="A set of widget styles for KDE based apps, also available for GTK2" HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="kde-base/kdelibs" S="${WORKDIR}/${MY_P}" src_compile () { mkdir build cd build cmake .. || die "cmake failed" } src_install () { cd build make DESTDIR=${D} install || die "make install failed" # Strangely enough, the package seems not to include # these docs anymore # (i92guboj@terra.es) #dodoc ChangeLog README TODO }