blob: 2ec3aa2d4df1a299ebd36791840c4a3ab1944a90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kooldock/kooldock-0.3.ebuild,v 1.5 2004/12/08 10:02:26 zypher Exp $
inherit kde eutils
DESCRIPTION=" KoolDock is a dock for KDE with cool visual enhancements and effects"
HOMEPAGE="http://ktown.kde.cl/kooldock/index.php"
SRC_URI="http://ktown.kde.cl/kooldock/dist/${P}.tar.gz"
S=${WORKDIR}/${PN}
LICENSE="GPL-2"
KEYWORDS="x86 ~sparc ~ppc"
SLOT="0"
IUSE=""
need-kde 3.2
src_unpack() {
kde_src_unpack
useq arts || epatch ${FILESDIR}/${P}-configure.patch
}
|