blob: 29fb863f846eb9486e97d770f17f452c6711bbce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/knifty/knifty-0.3.2.ebuild,v 1.1 2003/08/12 02:16:30 caleb Exp $
inherit kde-base
need-kde 3.1
S=${WORKDIR}/${P}
DESCRIPTION="A native KWin window decoration for KDE 3.x."
HOMEPAGE="http://www.kdelook.org/content/show.php?content=7290"
SRC_URI="http://www.kdelook.org/content/files/7290-${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
|