22 lines
532 B
Bash
22 lines
532 B
Bash
|
# Copyright 1999-2005 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: $
|
||
|
|
||
|
inherit kde
|
||
|
need-kde 3.3
|
||
|
|
||
|
# Handle kde-look -- adapted from reinhardtstyle
|
||
|
MY_PN="13580-ballistik"
|
||
|
MY_P="${MY_PN}-${PV}"
|
||
|
|
||
|
DESCRIPTION="Ballistik - An adaption of KDE's Plastik"
|
||
|
HOMEPAGE="http://www.kde-look.org/content/show.php?content=13580"
|
||
|
SRC_URI="http://www.kde-look.org/content/files/${MY_P}.tar.bz2"
|
||
|
|
||
|
LICENSE="LGPL"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~x86"
|
||
|
IUSE=""
|
||
|
|
||
|
#DEPEND="|| ( kde-base/kwin >=kde-base/kdebase-3.3 )"
|