blob: 8d7803e84a78f347d38eca0d120614f53aefc703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit kde-base
need-kde 3.2
DESCRIPTION="A cool kde style modified from keramik"
SRC_URI="http://www.geocities.jp/prefsx1/${P}.tar.gz"
HOMEPAGE="http://kde-look.org/content/show.php?content=10164"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
src_compile()
{
./configure --prefix=$KDEDIR
emake
}
|