20 lines
443 B
Bash
20 lines
443 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit kde
|
|
|
|
KLV=5065
|
|
MY_P=${P/qtc/QtC}
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="A cool kde windows decoration style"
|
|
SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.gz"
|
|
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
|