summaryrefslogtreecommitdiff
blob: a46f93e8b999a5dfc58e3d6d6dcd8412ca75d726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/thinkeramik/thinkeramik-3.1.2.ebuild,v 1.5 2004/06/24 23:38:04 agriffis Exp $

inherit kde
need-kde 3.2

DESCRIPTION="A cool kde style modified from keramik"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=10919"
SRC_URI="http://prefsx1.hp.infoseek.co.jp/tk040408/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~amd64"
IUSE=""

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