summaryrefslogtreecommitdiff
blob: dfcc0cc6cda8cd682172b489ed9dce7abcdcf363 (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
26
27
28
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/ikons/ikons-0.5.8-r1.ebuild,v 1.4 2002/12/15 10:44:24 bjb Exp $
inherit kde
set-kdedir 3

S="${WORKDIR}/iKons_058"
DESCRIPTION="iKons iconset for KDE 2.x"
SRC_URI="http://www.kde-look.org/content/files/602-iKons_058_devel.tar.gz"
HOMEPAGE="http://users.skynet.be/bk369046/icon.htm"
KEYWORDS="x86 sparc alpha"
SLOT="0"
LICENSE="as-is"


src_compile() {

	return 1
}

src_install(){

	cd ${S}
	
	dodir $PREFIX/share/icons
	cp -rf ${S} ${D}/${PREFIX}/share/icons/iKons_058	
	
}