diff options
author | Alex Veber <coronalvr@gentoo.org> | 2004-02-08 20:42:39 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2004-02-08 20:42:39 +0000 |
commit | 26c6727e620eb1aff03e823ad1de026b1cdd17a2 (patch) | |
tree | 64349e8e351ed4d7b3e0ad3f2e37871c3274d377 /x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild | |
parent | ppc/hppa KEYWORDS (diff) | |
download | historical-26c6727e620eb1aff03e823ad1de026b1cdd17a2.tar.gz historical-26c6727e620eb1aff03e823ad1de026b1cdd17a2.tar.bz2 historical-26c6727e620eb1aff03e823ad1de026b1cdd17a2.zip |
Version Bump
Diffstat (limited to 'x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild')
-rw-r--r-- | x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild b/x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild new file mode 100644 index 000000000000..33d43c5e0d3d --- /dev/null +++ b/x11-themes/thinkeramik/thinkeramik-3.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2003 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 +} + + |