summaryrefslogtreecommitdiff
blob: 271d9db485327318e803eded0526e0493411892a (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
29
30
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# /space/gentoo/cvsroot/gentoo-x86/x11-misc/conectiva-crystal/conectiva-crystal-3.1_beta.ebuild,v 1.1 2002/05/18 10:06:55 verwilst Exp

S="${WORKDIR}/Crystal"
DESCRIPTION="Conectiva Crystal - Icon theme"
SRC_URI="http://www.ibiblio.org/gentoo/distfiles/crystal-3.1_beta3.7.tar.gz"
HOMEPAGE="http://www.conectiva.com.br"
KEYWORDS="x86"
SLOT="0"

src_compile() {

	return 1
}

src_install(){

	cd ${S}
	if [ -d ${KDE2DIR} ] ; then
	mkdir -p ${D}/${KDE2DIR}/share/icons/
	cp -rf ${S} ${D}/${KDE2DIR}/share/icons/Crystal
	fi

	if [ -d ${KDE3DIR} ] ; then
        mkdir -p ${D}/${KDE3DIR}/share/icons/
        cp -rf ${S} ${D}/${KDE3DIR}/share/icons/Crystal
        fi

}