19 lines
411 B
Bash
19 lines
411 B
Bash
# Copyright 1999-2006 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit kde
|
|
|
|
KLV=31717
|
|
DESCRIPTION="A cool kde style based on QtCurve"
|
|
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${P}.tar.bz2"
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=${KLV}"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~x86 ~amd64 ~ppc sparc"
|
|
IUSE=""
|
|
|
|
need-kde 3.2
|
|
|