summaryrefslogtreecommitdiff
blob: aa57f3905001f9cc4609246cc8c25a0f3b60f851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.0.9.ebuild,v 1.5 2004/04/27 21:04:47 pvdabeel Exp $
inherit kde

need-kde 3.2

DESCRIPTION="A cool kde style modified from keramik"
SRC_URI="http://www.geocities.jp/prefsx1/tk040311/${P}.tar.gz"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=10919"
LICENSE="GPL-2"
SLOT="$KDEMAJORVER.$KDEMINORVER"
KEYWORDS="x86 ppc"

src_compile()
{
	./configure --prefix=$KDEDIR
	emake
}