# 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 }