20 lines
454 B
Bash
20 lines
454 B
Bash
# Copyright 1999-2005 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
inherit kde
|
|
|
|
KLV=32613
|
|
MY_P=${P/bl/Bl}
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="A cool kde windows decoration style"
|
|
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_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
|