1 |
# Copyright 1999-2008 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.58.0.ebuild,v 1.3 2008/04/24 17:46:28 corsair Exp $ |
4 |
|
5 |
EAPI="1" |
6 |
inherit cmake-utils |
7 |
|
8 |
MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" |
9 |
DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" |
10 |
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492" |
11 |
SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2" |
12 |
|
13 |
LICENSE="GPL-2" |
14 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~hppa ~ppc64 ~x86" |
16 |
|
17 |
DEPEND="|| ( >=x11-libs/qt-4.0:4 x11-libs/qt-gui:4 )" |
18 |
|
19 |
S="${WORKDIR}/${MY_P}" |
20 |
DOCS="ChangeLog README TODO" |