21 lines
402 B
Bash
21 lines
402 B
Bash
# Distributed under the terms of the GNU GPL2
|
|
|
|
|
|
inherit kde
|
|
KLV=32099
|
|
MY_P=${P/al/Al}
|
|
S=${WORKDIR}/${MY_P}
|
|
|
|
DESCRIPTION="Ported from the Metacity theme, Alphacube"
|
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=32099"
|
|
SRC_URI="http://www.kde-look.org/content/files/${KLV}-${MY_P}.tar.bz2"
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~x86"
|
|
IUSE=""
|
|
RESTRICT="nomirror $RESTRICT"
|
|
|
|
need-kde 3.3
|
|
|