# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde set-kdedir 3 DESCRIPTION="Gorilla icon theme for KDE" HOMEPAGE="http://kde-look.org/content/show.php?content=6927" SRC_URI="http://www.starsurvivor.net/linux/gorilla/Gorilla-v${PV}.tar.bz2" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86" S="${WORKDIR}/Gorilla" src_compile() { return 1 } src_install() { cd ${S} echo $PREFIX #dodir }