summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-05-26 00:05:28 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-05-26 00:05:28 +0000
commite57d9d20340ecb5e539fc5869e1abba334a99721 (patch)
tree7e982c008b8c7436f0a91d56edffd0459b0990a0 /x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
parentModified ebuild from bug #47853 (diff)
downloadhistorical-e57d9d20340ecb5e539fc5869e1abba334a99721.tar.gz
historical-e57d9d20340ecb5e539fc5869e1abba334a99721.tar.bz2
historical-e57d9d20340ecb5e539fc5869e1abba334a99721.zip
Version bump, bug #47501
Diffstat (limited to 'x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild')
-rw-r--r--x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
new file mode 100644
index 000000000000..6378f6f58a39
--- /dev/null
+++ b/x11-themes/thinkeramik/thinkeramik-3.2.1.ebuild
@@ -0,0 +1,24 @@
+# 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.2.1.ebuild,v 1.1 2004/05/26 00:05:28 caleb Exp $
+
+inherit kde-base
+need-kde 3.2
+
+DESCRIPTION="A cool kde style modified from keramik"
+SRC_URI="http://prefsx1.hp.infoseek.co.jp/tk040429/${P}.tar.gz"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=10919"
+RESTRICT="nomirror"
+
+LICENSE="GPL-2"
+SLOT="$KDEMAJORVER.$KDEMINORVER"
+IUSE=""
+
+KEYWORDS="~x86 ~ppc"
+
+src_compile()
+{
+ ./configure --prefix=$KDEDIR
+ emake
+}
+