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