diff options
author | 2003-11-25 10:17:56 +0000 | |
---|---|---|
committer | 2003-11-25 10:17:56 +0000 | |
commit | b86c87554fb302996e1666e4049dab7c63cc61e2 (patch) | |
tree | b456d06cd0bc9b613ab88a4bfb954423053c4a0a /x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild | |
parent | version bump (diff) | |
download | historical-b86c87554fb302996e1666e4049dab7c63cc61e2.tar.gz historical-b86c87554fb302996e1666e4049dab7c63cc61e2.tar.bz2 historical-b86c87554fb302996e1666e4049dab7c63cc61e2.zip |
version bump
Diffstat (limited to 'x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild')
-rw-r--r-- | x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild b/x11-themes/thinkeramik/thinkeramik-2.8.1.ebuild new file mode 100644 index 000000000000..0f9f81ed2023 --- /dev/null +++ b/x11-themes/thinkeramik/thinkeramik-2.8.1.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.1 + +DESCRIPTION="A cool kde style modified from keramik" +SRC_URI="http://kde-look.org/content/files/6986-${P}.tar.bz2" +HOMEPAGE="http://kde-look.org/content/show.php?content=6986" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +src_compile() +{ + ./configure --prefix=$KDEDIR + emake +} + + |